Skip to content

Commit af003c4

Browse files
Users: Correct “Add New User” page reference on Network Settings screen.
Follow-up to [56515]. Props timse201. Fixes #62458. git-svn-id: https://develop.svn.wordpress.org/trunk@59417 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 0365bff commit af003c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/network/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250
<tr id="addnewusers">
251251
<th scope="row"><?php _e( 'Add New Users' ); ?></th>
252252
<td>
253-
<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ); ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users &rarr; Add New" page' ); ?></label>
253+
<label><input name="add_new_users" type="checkbox" id="add_new_users" value="1"<?php checked( get_site_option( 'add_new_users' ) ); ?> /> <?php _e( 'Allow site administrators to add new users to their site via the "Users &rarr; Add New User" page' ); ?></label>
254254
</td>
255255
</tr>
256256

0 commit comments

Comments
 (0)