Make WordPress Core

Changeset 59417


Ignore:
Timestamp:
11/18/2024 11:36:26 PM (13 days ago)
Author:
SergeyBiryukov
Message:

Users: Correct “Add New User” page reference on Network Settings screen.

Follow-up to [56515].

Props timse201.
Fixes #62458.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/settings.php

    r57854 r59417  
    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>
Note: See TracChangeset for help on using the changeset viewer.