Changeset 6837 for trunk/src/includes/forums/template.php
- Timestamp:
- 07/27/2018 06:02:12 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/template.php
r6830 r6837 2530 2530 } 2531 2531 2532 // Creating a new topic2532 // Creating a new forum 2533 2533 if ( bbp_verify_nonce_request( 'bbp-new-forum' ) ) { 2534 2534 return true; 2535 2535 } 2536 2536 2537 // Editing an existing topic2538 if ( bbp_verify_nonce_request( 'bbp-edit-forum ') ) {2537 // Editing an existing forum 2538 if ( bbp_verify_nonce_request( 'bbp-edit-forum_' . bbp_get_forum_id() ) ) { 2539 2539 return true; 2540 2540 }
Note: See TracChangeset
for help on using the changeset viewer.