Changeset 6140 for trunk/src/includes/admin/forums.php
- Timestamp:
- 12/08/2016 03:48:41 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/forums.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/forums.php
r6056 r6140 498 498 // What is the user doing here? 499 499 if ( ! current_user_can( 'keep_gate', $forum->ID ) ) { 500 wp_die( __( 'You do not have the permission to do that !', 'bbpress' ) );500 wp_die( __( 'You do not have the permission to do that.', 'bbpress' ) ); 501 501 } 502 502
Note: See TracChangeset
for help on using the changeset viewer.