Changeset 9921 for trunk/wp-admin/themes.php
- Timestamp:
- 11/27/2008 12:13:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/themes.php
r9918 r9921 127 127 128 128 <?php if ( $page_links ) : ?> 129 <div class="tablenav"> 129 130 <div class="tablenav-pages"><?php $page_links_text = sprintf( '<span class="displaying-num">' . __( 'Displaying %s–%s of %s' ) . '</span>%s', 130 131 number_format_i18n( $start + 1 ), … … 133 134 $page_links 134 135 ); echo $page_links_text; ?></div> 136 </div> 135 137 <?php endif; ?> 136 138
Note: See TracChangeset
for help on using the changeset viewer.