xwp / stream

🗄️ Stream plugin for WordPress
https://wordpress.org/plugins/stream/
GNU General Public License v2.0
405 stars 119 forks source link

Get comment author from the comment user_id field #1429

Closed goldenapples closed 10 months ago

goldenapples commented 1 year ago

Updates the get_comment_author function to retrieve the comment author ID from the "user_id" field of the comment rather than assuming the current user is the author of the comment.

Fixes #1428.

Describe your approach and how it fixes the issue.

Checklist

Release Changelog

Release Checklist

Change [ ] to [x] to mark the items as done.