Changeset 7379 for trunk/src/includes/admin/replies.php
- Timestamp:
- 11/24/2025 07:23:06 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/replies.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/replies.php
r7378 r7379 987 987 988 988 // Bail if not viewing spam 989 if ( empty( $_GET['post_status'] ) || ( bbp_get_spam_status_id() !== $_GET['post_status'] ) && current_user_can( 'moderate' ) ) { 989 if ( 990 empty( $_GET['post_status'] ) 991 || 992 ( 993 ( bbp_get_spam_status_id() !== $_GET['post_status'] ) 994 && 995 current_user_can( 'moderate' ) 996 ) 997 ) { 990 998 return; 991 999 }
Note: See TracChangeset
for help on using the changeset viewer.