- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-themes-list-table.php
r42343 r43571 138 138 public function display() { 139 139 wp_nonce_field( 'fetch-list-' . get_class( $this ), '_ajax_fetch_list_nonce' ); 140 ?>140 ?> 141 141 <?php $this->tablenav( 'top' ); ?> 142 142 … … 146 146 147 147 <?php $this->tablenav( 'bottom' ); ?> 148 <?php148 <?php 149 149 } 150 150 … … 251 251 252 252 </div> 253 <?php253 <?php 254 254 endforeach; 255 255 }
Note: See TracChangeset
for help on using the changeset viewer.