Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/01/2013 03:05:14 PM (13 years ago)
Author:
johnjamesjacoby
Message:

When loading profile fields for registration, do not attempt to fetch field data. See #4362.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/members/register.php

    r7475 r7488  
    6363
    6464                                        <?php /* Use the profile field loop to render input fields for the 'base' profile field group */ ?>
    65                                         <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( 'profile_group_id=1' ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
     65                                        <?php if ( bp_is_active( 'xprofile' ) ) : if ( bp_has_profile( array( 'profile_group_id' => 1, 'fetch_field_data' => false ) ) ) : while ( bp_profile_groups() ) : bp_the_profile_group(); ?>
    6666
    6767                                        <?php while ( bp_profile_fields() ) : bp_the_profile_field(); ?>
Note: See TracChangeset for help on using the changeset viewer.