]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/network/index.php
WordPress 4.6.1
[autoinstalls/wordpress.git] / wp-admin / network / index.php
index 70f6bbf5fb33f5958589066070a287264b5c5b48..796191f0183b9b30df2134eb8dcbb892fc37a5f5 100644 (file)
@@ -17,7 +17,7 @@ if ( !is_multisite() )
        wp_die( __( 'Multisite support is not enabled.' ) );
 
 if ( ! current_user_can( 'manage_network' ) )
        wp_die( __( 'Multisite support is not enabled.' ) );
 
 if ( ! current_user_can( 'manage_network' ) )
-       wp_die( __( 'You do not have permission to access this page.' ), 403 );
+       wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 );
 
 $title = __( 'Dashboard' );
 $parent_file = 'index.php';
 
 $title = __( 'Dashboard' );
 $parent_file = 'index.php';
@@ -65,7 +65,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
 ?>
 
 <div class="wrap">
 ?>
 
 <div class="wrap">
-<h2><?php echo esc_html( $title ); ?></h2>
+<h1><?php echo esc_html( $title ); ?></h1>
 
 <div id="dashboard-widgets-wrap">
 
 
 <div id="dashboard-widgets-wrap">