Add missing comma. props bradparbs. fixes #22507.
git-svn-id: https://develop.svn.wordpress.org/trunk@23566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad40af5edc
commit
316689c934
|
@ -283,7 +283,7 @@ el.select();
|
|||
chmod(ABSPATH . 'wp-config.php', 0666);
|
||||
setup_config_display_header();
|
||||
?>
|
||||
<p><?php _e( "All right sparky! You’ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…" ); ?></p>
|
||||
<p><?php _e( "All right, sparky! You’ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to…" ); ?></p>
|
||||
|
||||
<p class="step"><a href="install.php" class="button button-large"><?php _e( 'Run the install' ); ?></a></p>
|
||||
<?php
|
||||
|
|
Loading…
Reference in New Issue