Ticket #44360: 44360.class-wp-users-list-table.php.diff
File 44360.class-wp-users-list-table.php.diff, 812 bytes (added by , 6 years ago) |
---|
-
src/wp-admin/includes/class-wp-users-list-table.php
194 194 $current_link_attributes = empty( $role ) ? ' class="current" aria-current="page"' : ''; 195 195 196 196 $role_links = array(); 197 /* translators: %s: Total Number of Users */ 197 198 $role_links['all'] = "<a href='$url'$current_link_attributes>" . sprintf( _nx( 'All <span class="count">(%s)</span>', 'All <span class="count">(%s)</span>', $total_users, 'users' ), number_format_i18n( $total_users ) ) . '</a>'; 198 199 foreach ( $wp_roles->get_names() as $this_role => $name ) { 199 200 if ( ! isset( $avail_roles[ $this_role ] ) ) {