diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index c24dfbee89..01498af28c 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -143,7 +143,7 @@ switch($step) { wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php." ); ?> We got it." ); ?>

-

+

- localhost does not work.' ); ?> + localhost doesn’t work.' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 9148ea256e..64bea40ab9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34986'; +$wp_version = '4.4-alpha-34987'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.