Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/21/2011 11:03:05 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Rename internal references to 'xprofile' component to 'profile' for object consistency and proper fallback support for when XProfile is disabled and the WP profile steps in. Move more code out of core and into Users and XProfile components. Split bp-xprofile-loader up into smaller files and convert to BP_Component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/index.php

    r3771 r3790  
    3131                            <option value="newest"><?php _e( 'Newest Registered', 'buddypress' ) ?></option>
    3232
    33                             <?php if ( bp_is_active( 'xprofile' ) ) : ?>
     33                            <?php if ( bp_is_active( 'profile' ) ) : ?>
    3434                                <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
    3535                            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.