From b7e33dcd5a9d1ed2edafa8d03903f106ab17bbe8 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 26 Aug 2014 04:05:20 +0000 Subject: [PATCH] Install: Remove reference to readme and add a hyphen missing since 2007. props ocean90. fixes #29290. Built from https://develop.svn.wordpress.org/trunk@29611 git-svn-id: http://core.svn.wordpress.org/trunk@29385 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index 8fa704aa60..f857a0362e 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -202,7 +202,7 @@ switch($step) { display_header(); ?>

-

ReadMe documentation at your leisure. Otherwise, just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ), '../readme.html' ); ?>

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 4d822be4dc..85d021ed37 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.0-beta4-20140825'; +$wp_version = '4.0-beta4-20140826'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.