Changeset 9946 for trunk/src/bp-messages/bp-messages-screens.php
- Timestamp:
- 06/15/2015 09:01:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-screens.php
r9862 r9946 196 196 global $notice_id; 197 197 198 if ( !bp_current_user_can( 'bp_moderate' ) ) { 199 return false; 200 } 201 202 $notice_id = (int)bp_action_variable( 1 ); 198 $notice_id = (int) bp_action_variable( 1 ); 203 199 204 200 if ( !empty( $notice_id ) && is_numeric( $notice_id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.