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:
Sergey Biryukov 2013-03-01 17:12:02 +00:00
parent ad40af5edc
commit 316689c934
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ el.select();
chmod(ABSPATH . 'wp-config.php', 0666);
setup_config_display_header();
?>
<p><?php _e( "All right sparky! You&#8217;ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;" ); ?></p>
<p><?php _e( "All right, sparky! You&#8217;ve made it through this part of the installation. WordPress can now communicate with your database. If you are ready, time now to&hellip;" ); ?></p>
<p class="step"><a href="install.php" class="button button-large"><?php _e( 'Run the install' ); ?></a></p>
<?php