Make WordPress Core

Ticket #30317: 30317.diff

File 30317.diff, 1.8 KB (added by iamfriendly, 11 years ago)

Refreshed the patch

  • wp-admin/setup-config.php

    diff --git wp-admin/setup-config.php wp-admin/setup-config.php
    index c24dfbe..01498af 100644
    switch($step) { 
    143143        <strong><?php _e( "If for any reason this automatic file creation doesn&#8217;t work, don&#8217;t worry. All this does is fill in the database information to a configuration file. You may also simply open <code>wp-config-sample.php</code> in a text editor, fill in your information, and save it as <code>wp-config.php</code>." ); ?></strong>
    144144        <?php _e( "Need more help? <a href='https://codex.wordpress.org/Editing_wp-config.php'>We got it</a>." ); ?>
    145145</p>
    146 <p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;" ); ?></p>
     146<p><?php _e( "In all likelihood, these items were supplied to you by your Web Host. If you don&#8217;t have this information, then you will need to contact them before you can continue. If you&#8217;re all ready&hellip;" ); ?></p>
    147147
    148148<p class="step"><a href="<?php echo $step_1; ?>" class="button button-large"><?php _e( 'Let&#8217;s go!' ); ?></a></p>
    149149<?php
    switch($step) { 
    176176                <tr>
    177177                        <th scope="row"><label for="dbhost"><?php _e( 'Database Host' ); ?></label></th>
    178178                        <td><input name="dbhost" id="dbhost" type="text" size="25" value="localhost" /></td>
    179                         <td><?php _e( 'You should be able to get this info from your web host, if <code>localhost</code> does not work.' ); ?></td>
     179                        <td><?php _e( 'You should be able to get this info from your web host, if <code>localhost</code> doesn&#8217;t work.' ); ?></td>
    180180                </tr>
    181181                <tr>
    182182                        <th scope="row"><label for="prefix"><?php _e( 'Table Prefix' ); ?></label></th>