Skip to content

Commit a222fd5

Browse files
committed
fixing indentation
1 parent c9d4ebb commit a222fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-admin/network/users.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
if ( is_super_admin( $user->ID ) ) {
8484
wp_die(
8585
sprintf(
86-
/* translators: %s: User login. */
86+
/* translators: %s: User login. */
8787
__( 'Warning! User cannot be modified. The user %s is a network administrator.' ),
8888
esc_html( $user->user_login )
8989
),
@@ -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)