Skip to content

Commit 914bff4

Browse files
llocwestonruter
andauthored
Update src/wp-admin/network/users.php
Co-authored-by: Weston Ruter <westonruter@gmail.com>
1 parent 8d21b47 commit 914bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/network/users.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
if ( is_super_admin( $user->ID ) ) {
121121
wp_die(
122122
sprintf(
123-
/* translators: %s: User login. */
123+
/* translators: %s: User login. */
124124
__( 'Warning! User cannot be modified. The user %s is a network administrator.' ),
125125
esc_html( $user->user_login )
126126
)

0 commit comments

Comments
 (0)