Changeset 5167 for trunk/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 09/20/2011 09:55:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-functions.php
r5165 r5167 267 267 268 268 // Super admins can skip required check 269 if ( is_super_admin() )269 if ( is_super_admin() && !is_admin() ) 270 270 $retval = false; 271 271
Note: See TracChangeset
for help on using the changeset viewer.