- Timestamp:
- 12/20/2010 06:45:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-theme-install-list-table.php
r17002 r17090 128 128 function display() { 129 129 ?> 130 <div class="tablenav ">130 <div class="tablenav top"> 131 131 <div class="alignleft actions"> 132 132 <?php do_action( 'install_themes_table_header' ); ?> 133 133 </div> 134 134 <?php $this->pagination( 'top' ); ?> 135 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" /> 135 136 <br class="clear" /> 136 137 </div> … … 142 143 </table> 143 144 144 <div class="tablenav ">145 <div class="tablenav bottom"> 145 146 <?php $this->pagination( 'bottom' ); ?> 147 <img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-loading list-ajax-loading" alt="" /> 146 148 <br class="clear" /> 147 149 </div>
Note: See TracChangeset
for help on using the changeset viewer.