Changeset 16868 for trunk/wp-admin/upload.php
- Timestamp:
- 12/10/2010 08:22:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r16333 r16868 203 203 <?php $wp_list_table->views(); ?> 204 204 205 <form class="search-form" action="" method="get"> 205 <form id="posts-filter" action="" method="post"> 206 207 <?php if ( $wp_list_table->has_items() ) : ?> 208 206 209 <p class="search-box"> 207 210 <label class="screen-reader-text" for="media-search-input"><?php _e( 'Search Media' ); ?>:</label> … … 209 212 <?php submit_button( __( 'Search Media' ), 'button', 'submit', false ); ?> 210 213 </p> 211 </form> 212 213 <form id="posts-filter" action="" method="post"> 214 215 <?php endif; ?> 216 214 217 <?php $wp_list_table->display(); ?> 218 215 219 <div id="ajax-response"></div> 216 220 <?php find_posts_div(); ?>
Note: See TracChangeset
for help on using the changeset viewer.