Ticket #5311: 5311.patch
| File 5311.patch, 497 bytes (added by , 12 years ago) |
|---|
-
friends.php
23 23 <option value="newest"><?php _e( 'Newest Registered', 'buddypress' ); ?></option> 24 24 <option value="alphabetical"><?php _e( 'Alphabetical', 'buddypress' ); ?></option> 25 25 26 <?php do_action( 'bp_member_ blog_order_options' ); ?>26 <?php do_action( 'bp_member_friends_order_options' ); ?> 27 27 28 28 </select> 29 29 </li>