Changeset 32974 for trunk/src/wp-admin/index.php
- Timestamp:
- 06/27/2015 03:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/index.php
r32116 r32974 94 94 95 95 <div class="wrap"> 96 <h 2><?php echo esc_html( $title ); ?></h2>96 <h1><?php echo esc_html( $title ); ?></h1> 97 97 98 98 <?php if ( has_action( 'welcome_panel' ) && current_user_can( 'edit_theme_options' ) ) :
Note: See TracChangeset
for help on using the changeset viewer.