Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/04/2010 12:10:32 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1802

File:
1 edited

Legend:

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

    r2488 r2583  
    3030                            <option value="active"><?php _e( 'Last Active', 'buddypress' ) ?></option>
    3131                            <option value="newest"><?php _e( 'Newest Registered', 'buddypress' ) ?></option>
    32                             <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
     32
     33                            <?php if ( bp_is_active( 'xprofile' ) ) : ?>
     34                                <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ) ?></option>
     35                            <?php endif; ?>
    3336
    3437                            <?php do_action( 'bp_members_directory_order_options' ) ?>
Note: See TracChangeset for help on using the changeset viewer.