Make WordPress Core

Ticket #56365: 56365.diff

File 56365.diff, 780 bytes (added by krupalpanchal, 2 years ago)

Added patch

  • src/wp-admin/setup-config.php

    diff --git a/src/wp-admin/setup-config.php b/src/wp-admin/setup-config.php
    index bf5e1c84c3..7c2b34021e 100644
    a b switch ( $step ) { 
    213213        <table class="form-table" role="presentation">
    214214                <tr>
    215215                        <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>
    217217                        <td id="dbname-desc"><?php _e( 'The name of the database you want to use with WordPress.' ); ?></td>
    218218                </tr>
    219219                <tr>