From 77aa5d1604d74acb67fe6954e66670f234e0313c Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 10 Jan 2020 14:05:05 +0000 Subject: [PATCH] Docs: Remove a reference to WordPress 2.7 from `readme.html`. Props afercia, donmhico. Fixes #47963. Built from https://develop.svn.wordpress.org/trunk@47056 git-svn-id: http://core.svn.wordpress.org/trunk@46856 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/readme.html b/readme.html index 5249c316e8..c52484d9b1 100644 --- a/readme.html +++ b/readme.html @@ -33,7 +33,6 @@

Updating

Using the Automatic Updater

-

If you are updating from version 2.7 or higher, you can use the automatic updater:

  1. Open wp-admin/update-core.php in your browser and follow the instructions.
  2. You wanted more, perhaps? That’s it!
  3. diff --git a/wp-includes/version.php b/wp-includes/version.php index dec778f7a0..4bf37c6d9b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47055'; +$wp_version = '5.4-alpha-47056'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.