X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/784f914b1e4b1c62d6657e86397c2e83bcee4295..3d39054f012aefe514b3f5509e32f09fc4feda44:/wp-admin/my-sites.php diff --git a/wp-admin/my-sites.php b/wp-admin/my-sites.php index efefb44e..6ec3367c 100644 --- a/wp-admin/my-sites.php +++ b/wp-admin/my-sites.php @@ -13,7 +13,7 @@ if ( !is_multisite() ) wp_die( __( 'Multisite support is not enabled.' ) ); if ( ! current_user_can('read') ) - wp_die( __( 'You do not have sufficient permissions to access this page.' ) ); + wp_die( __( 'Sorry, you are not allowed to access this page.' ) ); $action = isset( $_POST['action'] ) ? $_POST['action'] : 'splash'; @@ -109,7 +109,7 @@ else : echo "
  • "; echo "

    {$user_blog->blogname}

    "; /** - * Filter the row links displayed for each site on the My Sites screen. + * Filters the row links displayed for each site on the My Sites screen. * * @since MU *