Make WordPress Core

Opened 14 years ago

Closed 12 years ago

#22745 closed defect (bug) (fixed)

Missing number_format_i18n() on term counts

Reported by: johnbillion Owned by: johnbillion
Priority: normal Milestone: 3.9
Component: I18N Version: 2.1
Severity: minor Keywords: has-patch
Cc: Focuses:

Description

The Walker_Category and Walker_CategoryDropdown classes output term counts as-is. They should be wrapped in number_format_i18n().

Attachments (1)

22745.diff (726 bytes ) - added by johnbillion 14 years ago.

Download all attachments as: .zip

Change History (4)

@johnbillion
14 years ago

#1 @johnbillion
14 years ago

  • Keywords has-patch added

Patch

#2 @SergeyBiryukov
12 years ago

  • Milestone Awaiting Review3.9

#3 @johnbillion
12 years ago

  • Owner set to johnbillion
  • Resolutionfixed
  • Status newclosed

In 27329:

Add some missing number i18n in Walker_Category and Walker_CategoryDropdown. Fixes #22745.

Note: See TracTickets for help on using tickets.