Changeset 17090 for trunk/wp-admin/includes/class-wp-themes-list-table.php
- Timestamp:
- 12/20/2010 06:45:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-themes-list-table.php
r17018 r17090 86 86 function display() { 87 87 ?> 88 <div class="tablenav ">88 <div class="tablenav top"> 89 89 <?php $this->pagination( 'top' ); ?> 90 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" /> 90 91 <br class="clear" /> 91 92 </div> … … 97 98 </table> 98 99 99 <div class="tablenav ">100 <div class="tablenav bottom"> 100 101 <?php $this->pagination( 'bottom' ); ?> 102 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" /> 101 103 <br class="clear" /> 102 104 </div>
Note: See TracChangeset
for help on using the changeset viewer.