Skip to content

Commit 724d0eb

Browse files
llocwestonruter
andauthored
Apply suggestion from @westonruter
Co-authored-by: Weston Ruter <[email protected]>
1 parent 325456a commit 724d0eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/wp-admin/network/users.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
/* translators: %s: User login. */
8787
__( 'Warning! User cannot be modified. The user %s is a network administrator.' ),
8888
esc_html( $user->user_login )
89-
)
89+
),
90+
403
9091
);
9192
}
9293

0 commit comments

Comments
 (0)