Make WordPress Core


Ignore:
Timestamp:
11/29/2010 04:54:06 PM (14 years ago)
Author:
nbachiyski
Message:

Add New string fixes. Fixes #15577

File:
1 edited

Legend:

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

    r16431 r16612  
    103103                <th scope="row"><?php _e( 'Add New Users' ) ?></th>
    104104                <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 &rarr; Add New" page.' ); ?></label>
    106106                </td>
    107107            </tr>
Note: See TracChangeset for help on using the changeset viewer.