Changeset 8823 for trunk/src/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 08/13/2014 01:41:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-admin.php
r8785 r8823 554 554 555 555 // Each Group of fields will have his own metabox 556 if ( ! bp_is_user_spammer( $user_id ) && bp_has_profile( array( 'fetch_fields' => false ) ) ) { 556 $profile_args = array( 557 'fetch_fields' => false, 558 'user_id' => $user_id, 559 ); 560 561 if ( ! bp_is_user_spammer( $user_id ) && bp_has_profile( $profile_args ) ) { 557 562 558 563 // Loop through field groups and add a metabox for each one
Note: See TracChangeset
for help on using the changeset viewer.