Skip to:
Content

BuddyPress.org

Changeset 5167


Ignore:
Timestamp:
09/20/2011 09:55:50 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Do not hide XProfile field required status in admin area. See # #3593.

Location:
trunk/bp-xprofile
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-functions.php

    r5165 r5167  
    267267
    268268        // Super admins can skip required check
    269         if ( is_super_admin() )
     269        if ( is_super_admin() && !is_admin() )
    270270                $retval = false;
    271271
  • trunk/bp-xprofile/bp-xprofile-template.php

    r5165 r5167  
    652652
    653653                // Super admins can skip required check
    654                 if ( is_super_admin() )
     654                if ( is_super_admin() && !is_admin() )
    655655                        $retval = false;
    656656
Note: See TracChangeset for help on using the changeset viewer.