]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/index.php
WordPress 4.3
[autoinstalls/wordpress.git] / wp-admin / index.php
index 40c7c7f2a125c280183f1f4e6fd44e6c59bbf535..9143928984d3b995901fd5b68e6ec211f65d9a58 100644 (file)
@@ -93,7 +93,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
 ?>
 
 <div class="wrap">
-       <h2><?php echo esc_html( $title ); ?></h2>
+       <h1><?php echo esc_html( $title ); ?></h1>
 
 <?php if ( has_action( 'welcome_panel' ) && current_user_can( 'edit_theme_options' ) ) :
        $classes = 'welcome-panel';