- Timestamp:
- 09/25/2020 07:15:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/activity/entry.php
r12595 r12735 146 146 do_action( 'bp_activity_entry_comments' ); ?> 147 147 148 <?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment '); ?>148 <?php wp_nonce_field( 'new_activity_comment', '_wpnonce_new_activity_comment_' . bp_get_activity_id() ); ?> 149 149 150 150 </form>
Note: See TracChangeset
for help on using the changeset viewer.