We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9d4ebb commit a222fd5Copy full SHA for a222fd5
src/wp-admin/network/users.php
@@ -83,7 +83,7 @@
83
if ( is_super_admin( $user->ID ) ) {
84
wp_die(
85
sprintf(
86
- /* translators: %s: User login. */
+ /* translators: %s: User login. */
87
__( 'Warning! User cannot be modified. The user %s is a network administrator.' ),
88
esc_html( $user->user_login )
89
),
@@ -120,7 +120,7 @@
120
121
122
123
124
125
126
0 commit comments