Opened 17 years ago
Closed 17 years ago
#8325 closed defect (bug) (duplicate)
Don't use number formatted number in __ngettext in Dashboard Right Now
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Administration | Keywords: | |
| Focuses: | Cc: |
Description
In the Right Now dashboard widget, for the Posts section, ngettext uses a number that has been formatted with number_format_i18n. So for any number in the thousands (and uses a comma as a thousands separator) ngettext will return the singular value. We should use the original, unformatted number (the other sections already do).
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
duplicate of #8324