Changeset 32974 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 06/27/2015 03:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r32116 r32974 29 29 ?> 30 30 <div class="wrap"> 31 <h 2><?php echo esc_html( $title ); ?></h2>31 <h1><?php echo esc_html( $title ); ?></h1> 32 32 <div id="message" class="error"><p><?php _e( 'You do not appear to have any plugins available at this time.' ); ?></p></div> 33 33 </div> … … 175 175 <?php endif; ?> 176 176 <div class="wrap"> 177 <h 2><?php echo esc_html( $title ); ?></h2>177 <h1><?php echo esc_html( $title ); ?></h1> 178 178 179 179 <div class="fileedit-sub">
Note: See TracChangeset
for help on using the changeset viewer.