Changeset 5329 for trunk/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 11/14/2011 05:19:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-functions.php
r5302 r5329 267 267 268 268 // Super admins can skip required check 269 if ( is_super_admin() && !is_admin() )269 if ( bp_current_user_can( 'bp_moderate' ) && !is_admin() ) 270 270 $retval = false; 271 271
Note: See TracChangeset
for help on using the changeset viewer.