Add missing comma. props bradparbs. fixes #22507.
git-svn-id: http://core.svn.wordpress.org/trunk@23566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6037f6f237
commit
80f62f3c21
|
@ -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