Ticket #30034: #30034.patch
File #30034.patch, 723 bytes (added by , 10 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( 'Username scan have only alphanumeric characters, spaces, underscores, hyphens, periods and the @ symbol.' ); ?></p>121 <p><?php _e( 'Username can have only alphanumeric characters, spaces, underscores, hyphens, periods and the @ symbol.' ); ?></p> 122 122 <?php 123 123 } ?> 124 124 </td>