X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/41578db67d72562346e4dbb2a14889b23d522813..607b7e02d77e7326161e8ec15639052d2040f745:/wp-admin/network/index.php diff --git a/wp-admin/network/index.php b/wp-admin/network/index.php index bd6437e7..796191f0 100644 --- a/wp-admin/network/index.php +++ b/wp-admin/network/index.php @@ -17,7 +17,7 @@ if ( !is_multisite() ) wp_die( __( 'Multisite support is not enabled.' ) ); if ( ! current_user_can( 'manage_network' ) ) - wp_die( __( 'You do not have permission to access this page.' ) ); + wp_die( __( 'Sorry, you are not allowed to access this page.' ), 403 ); $title = __( 'Dashboard' ); $parent_file = 'index.php'; @@ -50,7 +50,7 @@ get_current_screen()->add_help_tab( array( get_current_screen()->set_help_sidebar( '

' . __('For more information:') . '

' . - '

' . __('Documentation on the Network Admin') . '

' . + '

' . __('Documentation on the Network Admin') . '

' . '

' . __('Support Forums') . '

' ); @@ -65,7 +65,7 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' ); ?>
-

+