Make WordPress Core

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: speedboxer's profile Speedboxer 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)

8325.diff (777 bytes) - added by Speedboxer 17 years ago.
Use unformatted number in ngettext in Right Now dashboard widget

Download all attachments as: .zip

Change History (2)

#1 @filosofo
17 years ago

  • Milestone 2.7 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

duplicate of #8324

@Speedboxer
17 years ago

Use unformatted number in ngettext in Right Now dashboard widget

Note: See TracTickets for help on using tickets.