Fix typo in translation. Fixes #13872 props Angeloverona.
git-svn-id: http://svn.automattic.com/wordpress/trunk@15244 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ce78b2c33f
commit
6a42369117
|
@ -537,7 +537,7 @@ switch ( $_GET['action'] ) {
|
||||||
case 'spam':
|
case 'spam':
|
||||||
$user = new WP_User( $val );
|
$user = new WP_User( $val );
|
||||||
if ( in_array( $user->user_login, get_super_admins() ) )
|
if ( in_array( $user->user_login, get_super_admins() ) )
|
||||||
wp_die( sprintf( __( 'Warning! User cannot be modified. The user %s is a network admnistrator.' ), esc_html( $user->user_login ) ) );
|
wp_die( sprintf( __( 'Warning! User cannot be modified. The user %s is a network administrator.' ), esc_html( $user->user_login ) ) );
|
||||||
|
|
||||||
$userfunction = 'all_spam';
|
$userfunction = 'all_spam';
|
||||||
$blogs = get_blogs_of_user( $val, true );
|
$blogs = get_blogs_of_user( $val, true );
|
||||||
|
|
Loading…
Reference in New Issue