Changeset 10943 for trunk/wp-admin/upload.php
- Timestamp:
- 04/16/2009 04:41:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r10728 r10943 11 11 wp_enqueue_script( 'wp-ajax-response' ); 12 12 wp_enqueue_script( 'jquery-ui-draggable' ); 13 wp_enqueue_script( 'jquery-ui-resizable' );14 13 15 14 if (!current_user_can('upload_files')) … … 212 211 <p class="search-box"> 213 212 <label class="hidden" for="media-search-input"><?php _e( 'Search Media' ); ?>:</label> 214 <input type="text" class="search-input"id="media-search-input" name="s" value="<?php the_search_query(); ?>" />213 <input type="text" id="media-search-input" name="s" value="<?php the_search_query(); ?>" /> 215 214 <input type="submit" value="<?php _e( 'Search Media' ); ?>" class="button" /> 216 215 </p>
Note: See TracChangeset
for help on using the changeset viewer.