[buddypress-trac] [BuddyPress] #3340: Replace parentheses around nav item numbers with spans

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Fri Jul 15 22:46:24 UTC 2011


#3340: Replace parentheses around nav item numbers with spans
--------------------------+-----------------------------
 Reporter:  davidtcarson  |      Owner:
     Type:  enhancement   |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Core          |    Version:  1.3
 Keywords:                |
--------------------------+-----------------------------
 Throughout the theme and within components, there are numbers displayed
 next to navigational items to indicate how many items are within a
 section.

 Example from bp-themes/bp-default/groups/index.php:

 {{{
 All Groups (%s)
 }}}

 Instead of using the parentheses, there should be spans like below.

 Example:

 {{{
 All Groups <span>%s</span>
 }}}

 From the prospective of a ''themer'', the parentheses are not useful and
 limit what can be done with CSS.

 I'm submitting a patch that replaces the parentheses with spans and adds
 some CSS that conforms with bp-default.

 I'm running BP 1.3-bleeding.

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


More information about the buddypress-trac mailing list