Make WordPress Core

Opened 12 years ago

Closed 11 years ago

#22745 closed defect (bug) (fixed)

Missing number_format_i18n() on term counts

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

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 12 years ago.

Download all attachments as: .zip

Change History (4)

@johnbillion
12 years ago

#1 @johnbillion
12 years ago

  • Keywords has-patch added

Patch

#2 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 3.9

#3 @johnbillion
11 years ago

  • Owner set to johnbillion
  • Resolution set to fixed
  • Status changed from new to closed

In 27329:

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

Note: See TracTickets for help on using tickets.