diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php
index bf5e1c84c3..7c2b34021e 100644
a
|
b
|
switch ( $step ) { |
213 | 213 | <table class="form-table" role="presentation"> |
214 | 214 | <tr> |
215 | 215 | <th scope="row"><label for="dbname"><?php _e( 'Database Name' ); ?></label></th> |
216 | | <td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" value="wordpress"<?php echo $autofocus; ?>/></td> |
| 216 | <td><input name="dbname" id="dbname" type="text" aria-describedby="dbname-desc" size="25" placeholder="wordpress"<?php echo $autofocus; ?>/></td> |
217 | 217 | <td id="dbname-desc"><?php _e( 'The name of the database you want to use with WordPress.' ); ?></td> |
218 | 218 | </tr> |
219 | 219 | <tr> |