Changeset 14172
- Timestamp:
- 04/20/2010 05:40:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/install.php
r13900 r14172 99 99 </tr> 100 100 <tr> 101 <th scope="row"><label for="user_name"><?php _e('User Name'); ?></label></th>101 <th scope="row"><label for="user_name"><?php _e('Username'); ?></label></th> 102 102 <td> 103 103 <?php … … 190 190 if ( empty( $user_name ) ) { 191 191 // TODO: poka-yoke 192 display_setup_form( __('you must provide a valid user 192 display_setup_form( __('you must provide a valid username.') ); 193 193 $error = true; 194 194 } elseif ( $admin_password != $admin_password_check ) {
Note: See TracChangeset
for help on using the changeset viewer.