Hi BuddyPress Template Pack “overriders” 🔩
Here’s an important information for you: get ready to update a possible template override you’ve added to your active theme. We’ve just fixed an issue to avoid duplicate IDs into the nonce field we generate within the comment form (see #8004 for more information).
You are using the BP Nouveau template pack
Please check if your theme contains an activity/comment-form.php template. If so, make sure the second argument of the bp_nouveau_submit_button()
function is bp_get_activity_id()
.
You are using the BP Legacy template pack
Please check if your theme contains an activity/entry.php template. If so, make sure the second argument of the wp_nonce_field()
function is:
'_wpnonce_new_activity_comment_' . bp_get_activity_id()
BuddyPress 7.0.0 release schedule
- 7.0.0-beta1: October 15
- 7.0.0 : December 1st
Thanks in advance for your help in making sure BuddyPress users will enjoy this improvement 😍