Changeset 59417
- Timestamp:
- 11/18/2024 11:36:26 PM (13 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r57854 r59417 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"<?php checked( 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"<?php checked( 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> 254 254 </td> 255 255 </tr>
Note: See TracChangeset
for help on using the changeset viewer.