- Timestamp:
- 12/23/2021 08:07:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-component.php
r13185 r13196 103 103 // Authenticated action variables. 104 104 if ( is_user_logged_in() && bp_action_variable( 0 ) && 105 in_array( bp_action_variable( 0 ), array( 'delete', 'read', 'unread', 'bulk-manage', 'bulk-delete' ), true )105 in_array( bp_action_variable( 0 ), array( 'delete', 'read', 'unread', 'bulk-manage', 'bulk-delete', 'exit' ), true ) 106 106 ) { 107 107 require $this->path . 'bp-messages/actions/' . bp_action_variable( 0 ) . '.php';
Note: See TracChangeset
for help on using the changeset viewer.