Ticket #3086: ticket.3086.diff
File ticket.3086.diff, 1.3 KB (added by , 14 years ago) |
---|
-
bp-themes/bp-default/groups/index.php
52 52 53 53 <select> 54 54 <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option> 55 <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option> 55 56 <option value="popular"><?php _e( 'Most Members', 'buddypress' ); ?></option> 56 57 <option value="newest"><?php _e( 'Newly Created', 'buddypress' ); ?></option> 57 58 <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option> -
bp-themes/bp-default/blogs/index.php
52 52 53 53 <select> 54 54 <option value="active"><?php _e( 'Last Active', 'buddypress' ); ?></option> 55 <option value="random"><?php _e( 'Random', 'buddypress' ); ?></option> 55 56 <option value="newest"><?php _e( 'Newest', 'buddypress' ); ?></option> 56 57 <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option> 57 58