Changeset 6141 for trunk/src/includes/admin/forums.php
- Timestamp:
- 12/08/2016 04:14:17 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
r6140 r6141 493 493 // Bail if forum is missing 494 494 if ( empty( $forum ) ) { 495 wp_die( __( 'The forum was not found !', 'bbpress' ) );495 wp_die( __( 'The forum was not found.', 'bbpress' ) ); 496 496 } 497 497 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 thepermission to do that.', 'bbpress' ) );500 wp_die( __( 'You do not have permission to do that.', 'bbpress' ) ); 501 501 } 502 502
Note: See TracChangeset
for help on using the changeset viewer.