Make WordPress Core

Ticket #47943: 47943.diff

File 47943.diff, 935 bytes (added by henry.wright, 5 years ago)
  • wp-admin/network/settings.php

    diff --git wp-admin/network/settings.php wp-admin/network/settings.php
    index c100a665f3..a6658fabf4 100644
    if ( isset( $_GET['updated'] ) ) { 
    233233                        </tr>
    234234
    235235                        <tr id="addnewusers">
    236                                 <th scope="row"><?php _e( 'Add New Users' ); ?></th>
     236                                <th scope="row"><?php _e( 'Create New Users' ); ?></th>
    237237                                <td>
    238                                         <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>
     238                                        <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 create new users via the "Users &rarr; Add New" page' ); ?></label>
    239239                                </td>
    240240                        </tr>
    241241