Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#8325 closed defect (bug) (duplicate)

Don't use number formatted number in __ngettext in Dashboard Right Now

Reported by: Speedboxer Owned by:
Priority: normal Milestone:
Component: Administration Version:
Severity: normal Keywords:
Cc: Focuses:

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 18 years ago.
Use unformatted number in ngettext in Right Now dashboard widget

Download all attachments as: .zip

Change History (2)

#1 @filosofo
18 years ago

  • Milestone 2.7
  • Resolutionduplicate
  • Status newclosed

duplicate of #8324

@Speedboxer
18 years ago

Use unformatted number in ngettext in Right Now dashboard widget

Note: See TracTickets for help on using tickets.