Changeset 27401 for trunk/src/wp-admin/upload.php
- Timestamp:
- 03/04/2014 11:10:35 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/upload.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r26518 r27401 145 145 wp_enqueue_script( 'jquery-ui-draggable' ); 146 146 wp_enqueue_script( 'media' ); 147 148 add_action( 'admin_print_footer_scripts', 'find_posts_div' ); 147 149 148 150 add_screen_option( 'per_page', array('label' => _x( 'Media items', 'items per page (screen options)' )) ); … … 239 241 <?php $wp_list_table->display(); ?> 240 242 241 <div id="ajax-response"></div>242 <?php find_posts_div(); ?>243 <br class="clear" />244 245 243 </form> 246 244 </div> 247 245 246 <div id="ajax-response"></div> 247 248 248 <?php 249 249 include( ABSPATH . 'wp-admin/admin-footer.php' );
Note: See TracChangeset
for help on using the changeset viewer.