Changeset 7379 for trunk/src/includes/admin/topics.php
- Timestamp:
- 11/24/2025 07:23:06 PM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/topics.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r7378 r7379 1181 1181 1182 1182 // Bail if not viewing spam 1183 if ( empty( $_GET['post_status'] ) || ( bbp_get_spam_status_id() !== $_GET['post_status'] ) && current_user_can( 'moderate' ) ) { 1183 if ( 1184 empty( $_GET['post_status'] ) 1185 || 1186 ( 1187 ( bbp_get_spam_status_id() !== $_GET['post_status'] ) 1188 && 1189 current_user_can( 'moderate' ) 1190 ) 1191 ) { 1184 1192 return; 1185 1193 }
Note: See TracChangeset
for help on using the changeset viewer.