Upgrade/Install: Use consistent capitalization for "web host" in setup messages.
Follow-up to [8887], [13163]. Props bradparbs, sabernhardt, mukesh27. Fixes #53926. Built from https://develop.svn.wordpress.org/trunk@51610 git-svn-id: http://core.svn.wordpress.org/trunk@51221 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6b144ab46a
commit
b4ea83c22f
|
@ -192,7 +192,7 @@ switch ( $step ) {
|
|||
);
|
||||
?>
|
||||
</p>
|
||||
<p><?php _e( 'In all likelihood, these items were supplied to you by your Web Host. If you don’t have this information, then you will need to contact them before you can continue. If you’re all ready…' ); ?></p>
|
||||
<p><?php _e( 'In all likelihood, these items were supplied to you by your web host. If you don’t have this information, then you will need to contact them before you can continue. If you’re all ready…' ); ?></p>
|
||||
|
||||
<p class="step"><a href="<?php echo $step_1; ?>" class="button button-large"><?php _e( 'Let’s go!' ); ?></a></p>
|
||||
<?php
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51609';
|
||||
$wp_version = '5.9-alpha-51610';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue