Changeset 9589 for trunk/wp-admin/includes/user.php
- Timestamp:
- 11/10/2008 05:42:51 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/user.php
r9565 r9589 667 667 ) ); 668 668 if ( $this->paging_text ) { 669 $this->paging_text = sprintf( '<span class="displaying-num">' . __( 'Displaying %s–%s of %s' ) . '</span> ' . __( '%s' ),669 $this->paging_text = sprintf( '<span class="displaying-num">' . __( 'Displaying %s–%s of %s' ) . '</span>%s', 670 670 number_format_i18n( ( $this->page - 1 ) * $this->users_per_page + 1 ), 671 671 number_format_i18n( min( $this->page * $this->users_per_page, $this->total_users_for_query ) ),
Note: See TracChangeset
for help on using the changeset viewer.