Skip to:
Content

BuddyPress.org

Ticket #3086: ticket.3086.diff

File ticket.3086.diff, 1.3 KB (added by ptahdunbar, 14 years ago)
  • bp-themes/bp-default/groups/index.php

     
    5252
    5353                                                <select>
    5454                                                        <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option>
     55                                                        <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option>
    5556                                                        <option value="popular"><?php _e( 'Most Members', 'buddypress' ); ?></option>
    5657                                                        <option value="newest"><?php _e( 'Newly Created', 'buddypress' ); ?></option>
    5758                                                        <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option>
  • bp-themes/bp-default/blogs/index.php

     
    5252
    5353                                                <select>
    5454                                                        <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option>
     55                                                        <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option>
    5556                                                        <option value="newest"><?php _e( 'Newest', 'buddypress' ); ?></option>
    5657                                                        <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option>
    5758