Make WordPress Core

Ticket #53926: 53926-fix-web-host-capitilization.patch

File 53926-fix-web-host-capitilization.patch, 831 bytes (added by bradparbs, 3 years ago)
  • src/wp-admin/setup-config.php

    diff --git src/wp-admin/setup-config.php src/wp-admin/setup-config.php
    index 881398ff570b..910421b59e18 100644
    switch ( $step ) { 
    192192                );
    193193                ?>
    194194</p>
    195 <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>
     195<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>
    196196
    197197<p class="step"><a href="<?php echo $step_1; ?>" class="button button-large"><?php _e( 'Let&#8217;s go!' ); ?></a></p>
    198198                <?php