Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#18728 closed defect (bug) (duplicate)

All Roles need number_format_i18n in WP_Users_List_Table

Reported by: wonderboymusic's profile wonderboymusic Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Focuses: Cc:

Description

added 75,000 users to a new role, there as no number formatting

This fixes it:

$name = sprintf( __('%1$s <span class="count">(%2$s)</span>'), $name, number_format_i18n( $avail_roles[$this_role] ) )

Attachments (1)

number-format.diff (725 bytes) - added by wonderboymusic 13 years ago.

Download all attachments as: .zip

Change History (2)

#1 @dd32
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.