Text Changes: Merge strings referring to list_users capability.
See #38857. Built from https://develop.svn.wordpress.org/trunk@39312 git-svn-id: http://core.svn.wordpress.org/trunk@39252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -13,7 +13,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' );
|
||||
if ( ! current_user_can( 'list_users' ) ) {
|
||||
wp_die(
|
||||
'<h1>' . __( 'Cheatin’ uh?' ) . '</h1>' .
|
||||
'<p>' . __( 'Sorry, you are not allowed to browse users.' ) . '</p>',
|
||||
'<p>' . __( 'Sorry, you are not allowed to list users.' ) . '</p>',
|
||||
403
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user