Skip to content

Commit c656a1f

Browse files
llocwestonruter
andauthored
Update src/wp-admin/network/users.php
Co-authored-by: Weston Ruter <[email protected]>
1 parent 78f3ca7 commit c656a1f

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
@@ -122,7 +122,8 @@
122122
/* translators: %s: User login. */
123123
__( 'The user %s is a network administrator and cannot be modified.' ),
124124
esc_html( $user->user_login )
125-
)
125+
),
126+
403
126127
);
127128
}
128129

0 commit comments

Comments
 (0)