Opened 11 years ago
Closed 11 years ago
#5231 closed defect (bug) (fixed)
Number format not being applied
Reported by: | sgr33n | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 1.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | |
Cc: |
Description
Hi,
On the "Member list Subnav" the total members number is not being formatted.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Yes, you're right.
Our treatment of number format is inconsistent in the activity/index.php template. It's mostly my fault. See #4997 [7177], #5228 [7516].
I've done an audit of the _count() functions used in this template, and applied the following logic:
add_filter( hook, 'bp_core_number_format' )
)%s
rather than%d
to account for number formatsI believe this should be consistent across templates.