Skip to content

Commit

Permalink
Users: Correct “Add New User” page reference on Network Settings screen.
Browse files Browse the repository at this point in the history
Follow-up to [56515].

Props timse201.
Fixes #62458.

git-svn-id: https://develop.svn.wordpress.org/trunk@59417 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Nov 18, 2024
1 parent 0365bff commit af003c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/network/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
<tr id="addnewusers">
<th scope="row"><?php _e( 'Add New Users' ); ?></th>
<td>
<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>
<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>
</td>
</tr>

Expand Down

0 comments on commit af003c4

Please sign in to comment.