Changeset 32974 for trunk/src/wp-admin/upload.php
- Timestamp:
- 06/27/2015 03:40:27 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/upload.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r32116 r32974 72 72 ?> 73 73 <div class="wrap" id="wp-media-grid" data-search="<?php _admin_search_query() ?>"> 74 <h 2>74 <h1> 75 75 <?php 76 76 echo esc_html( $title ); … … 79 79 } 80 80 ?> 81 </h 2>81 </h1> 82 82 <div class="error hide-if-js"> 83 83 <p><?php _e( 'The grid view for the Media Library requires JavaScript. <a href="upload.php?mode=list">Switch to the list view</a>.' ); ?></p> … … 207 207 208 208 <div class="wrap"> 209 <h 2>209 <h1> 210 210 <?php 211 211 echo esc_html( $title ); … … 215 215 if ( ! empty( $_REQUEST['s'] ) ) 216 216 printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', get_search_query() ); ?> 217 </h 2>217 </h1> 218 218 219 219 <?php
Note: See TracChangeset
for help on using the changeset viewer.