Changeset 11137 for trunk/wp-admin/users.php
- Timestamp:
- 04/30/2009 04:22:14 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r11110 r11137 265 265 $current_role = false; 266 266 $class = empty($role) ? ' class="current"' : ''; 267 $role_links[] = "<li><a href='users.php'$class>" . sprintf( _n ( 'All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $total_users), number_format_i18n( $total_users ) ) . '</a>';267 $role_links[] = "<li><a href='users.php'$class>" . sprintf( _nx( 'All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $total_users, 'users' ), number_format_i18n( $total_users ) ) . '</a>'; 268 268 foreach ( $wp_roles->get_names() as $this_role => $name ) { 269 269 if ( !isset($avail_roles[$this_role]) )
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)