mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Merge two similar strings about insufficient permissions.
props pavelevap. fixes #33140. git-svn-id: https://develop.svn.wordpress.org/trunk@33442 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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 view this page.' ) );
|
||||
wp_die( __( 'You do not have sufficient permissions to access this page.' ) );
|
||||
|
||||
$action = isset( $_POST['action'] ) ? $_POST['action'] : 'splash';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user