Changeset 8894 for trunk/wp-admin/upload.php
- Timestamp:
- 09/15/2008 05:53:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/upload.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r8867 r8894 49 49 $parent_file = 'edit.php'; 50 50 wp_enqueue_script( 'admin-forms' ); 51 wp_enqueue_script('media'); 51 52 52 53 list($post_mime_types, $avail_post_mime_types) = wp_edit_attachments_query(); … … 75 76 76 77 <form id="posts-filter" action="" method="get"> 78 79 <div id="show-settings"><a href="#edit_settings" id="show-settings-link" class="hide-if-no-js"><?php _e('Advanced Options') ?></a> 80 <a href="#edit_settings" id="hide-settings-link" class="hide-if-js hide-if-no-js"><?php _e('Hide Options') ?></a></div> 81 82 <div id="edit-settings" class="hide-if-js hide-if-no-js"> 83 <div id="edit-settings-wrap"> 84 <h5><?php _e('Show on screen') ?></h5> 85 <div class="metabox-prefs"> 86 <?php manage_columns_prefs('media') ?> 87 <br class="clear" /> 88 </div></div> 89 </div> 90 77 91 <h2><?php 78 92 if ( is_singular() ) { … … 215 229 <?php include( 'edit-attachment-rows.php' ); ?> 216 230 231 <?php wp_nonce_field( 'hiddencolumns', 'hiddencolumnsnonce', false ); ?> 232 217 233 </form> 218 234
Note: See TracChangeset
for help on using the changeset viewer.