[buddypress-trac] [BuddyPress] #3034: Groups Slug should be used for the search field defined in groups component

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sat Jan 29 09:01:55 UTC 2011


#3034: Groups Slug should be used for the search field defined in groups component
-------------------------+-----------------------------
 Reporter:  jasonnathan  |      Owner:
     Type:  defect       |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Groups       |    Version:
 Keywords:               |
-------------------------+-----------------------------
 Since BP_GROUPS_SLUG is still operative, shouldn't line 79 in bp-groups-
 loader.php's _setup_globals() function be changed from:
 {{{
 'search_string'         => __( 'Search Groups...', 'buddypress' ),
 }}}
 to something more like
 {{{
 'search_string'         => __( 'Search ' . ucfirst(BP_GROUPS_SLUG ) .
 '...', 'buddypress' ),
 }}}?

 Haven't checked the other components. Will update when I do.

-- 
Ticket URL: <https://trac.buddypress.org/ticket/3034>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list