You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/wp-admin/network/settings.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -250,7 +250,7 @@
250
250
<tr id="addnewusers">
251
251
<th scope="row"><?php_e( 'Add New Users' ); ?></th>
252
252
<td>
253
-
<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?phpchecked( get_site_option( 'add_new_users' ) ); ?> /> <?php_e( 'Allow site administrators to add new users to their site via the "Users → Add New" page' ); ?></label>
253
+
<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?phpchecked( get_site_option( 'add_new_users' ) ); ?> /> <?php_e( 'Allow site administrators to add new users to their site via the "Users → Add New User" page' ); ?></label>
0 commit comments