Changeset 59600 for trunk/src/wp-admin/setup-config.php
- Timestamp:
- 01/13/2025 02:55:09 PM (17 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/setup-config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/setup-config.php
r59027 r59600 228 228 <tr> 229 229 <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th> 230 <td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" placeholder="wordpress"<?php echo $autofocus; ?> />230 <td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" placeholder="wordpress"<?php echo $autofocus; ?> /> 231 231 <p id="dbname-desc"><?php _e( 'The name of the database you want to use with WordPress.' ); ?></p></td> 232 232 </tr>
Note: See TracChangeset
for help on using the changeset viewer.