Changeset 5167
- Timestamp:
- 09/20/2011 09:55:50 PM (14 years ago)
- Location:
- trunk/bp-xprofile
- Files:
-
- 2 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 -
trunk/bp-xprofile/bp-xprofile-template.php
r5165 r5167 652 652 653 653 // Super admins can skip required check 654 if ( is_super_admin() )654 if ( is_super_admin() && !is_admin() ) 655 655 $retval = false; 656 656
Note: See TracChangeset
for help on using the changeset viewer.