Ticket #30107: 30107.patch
| File 30107.patch, 725 bytes (added by , 12 years ago) |
|---|
-
wp-admin/install.php
118 118 echo '<input name="user_name" type="hidden" value="admin" />'; 119 119 } else { 120 120 ?><input name="user_name" type="text" id="user_login" size="25" value="<?php echo esc_attr( sanitize_user( $user_name, true ) ); ?>" /> 121 <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods and the @ symbol.' ); ?></p>121 <p><?php _e( 'Usernames can have only alphanumeric characters, spaces, underscores, hyphens, periods, and the @ symbol.' ); ?></p> 122 122 <?php 123 123 } ?> 124 124 </td>