Changeset 12938
- Timestamp:
- 04/29/2021 05:52:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/actions/invitations-bulk-manage.php
r12936 r12938 18 18 19 19 // Bail if not the user's invitations screen. 20 if ( ! bp_is_ user_members_invitations() ) {20 if ( ! bp_is_my_profile() && ! bp_current_user_can( 'bp_moderate' ) ) { 21 21 return false; 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.