Changeset 36545
- Timestamp:
- 02/17/2016 03:02:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r36544 r36545 189 189 <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th> 190 190 <td><input name="dbname" id="dbname" type="text" size="25" value="wordpress" /></td> 191 <td><?php _e( 'The name of the database you want to run WP in.' ); ?></td>191 <td><?php _e( 'The name of the database you want to use with WordPress.' ); ?></td> 192 192 </tr> 193 193 <tr> 194 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 <td><?php _e( 'Your MySQL username' ); ?></td>196 <td><?php _e( 'Your database username.' ); ?></td> 197 197 </tr> 198 198 <tr> 199 199 <th scope="row"><label for="pwd"><?php _e( 'Password' ); ?></label></th> 200 200 <td><input name="pwd" id="pwd" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'password', 'example password' ), ENT_QUOTES ); ?>" autocomplete="off" /></td> 201 <td><?php _e( ' …and your MySQLpassword.' ); ?></td>201 <td><?php _e( 'Your database password.' ); ?></td> 202 202 </tr> 203 203 <tr>
Note: See TracChangeset
for help on using the changeset viewer.