Changeset 36544 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 02/17/2016 02:59:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r35881 r36544 192 192 </tr> 193 193 <tr> 194 <th scope="row"><label for="uname"><?php _e( 'User Name' ); ?></label></th>194 <th scope="row"><label for="uname"><?php _e( 'Username' ); ?></label></th> 195 195 <td><input name="uname" id="uname" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'username', 'example username' ), ENT_QUOTES ); ?>" /></td> 196 196 <td><?php _e( 'Your MySQL username' ); ?></td>
Note: See TracChangeset
for help on using the changeset viewer.