Changeset 16612 for trunk/wp-admin/network/settings.php
- Timestamp:
- 11/29/2010 04:54:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/network/settings.php
r16431 r16612 103 103 <th scope="row"><?php _e( 'Add New Users' ) ?></th> 104 104 <td> 105 <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>105 <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> 106 106 </td> 107 107 </tr>
Note: See TracChangeset
for help on using the changeset viewer.