IFBook / commentpress-core

CommentPress Core is a WordPress plugin for creating and debating social texts in social contexts. It replaces all previous plugins (standalone and multisite) and includes the default theme. Compatible with WordPress Standalone and Multisite, BuddyPress and Groupblogs.
https://www.futureofthebook.org/commentpress
GNU General Public License v2.0
40 stars 10 forks source link

Wrong conditional statement here #97

Closed ReyazBeigh closed 2 months ago

ReyazBeigh commented 2 months ago

Please cross check if the statement if it is correct.

https://github.com/IFBook/commentpress-core/blob/ca275b910241725afea348248db83d2e5de59326/includes/core/assets/includes/theme/theme-comments.php#L520

Because of this issue, it is showing all the comments in the activity section as "Comment awaiting moderation", after fixing it on my production server. the issue went away.

christianwach commented 2 months ago

@ReyazBeigh Already fixed in my dev repo:

https://github.com/christianwach/commentpress-core/commit/de5379da603d7489d19b2adc49e4fcfa247bd1c7

Thanks for confirming - I'll merge in due course.