From dcd54244a637d94e379665b6a28d98965d5131c0 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Tue, 22 Mar 2022 21:11:01 +0000 Subject: [PATCH] Administration: Remove a duplicate sentence after [52980]. Follow-up to [52980], [52979], [52978]. Props SergeyBiryukov. Fixes #38913. Built from https://develop.svn.wordpress.org/trunk@52981 git-svn-id: http://core.svn.wordpress.org/trunk@52570 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- readme.html | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.html b/readme.html index 39e4796085..d9840bd2de 100644 --- a/readme.html +++ b/readme.html @@ -21,7 +21,7 @@
  • Unzip the package in an empty directory and upload everything.
  • Open wp-admin/install.php in your browser. It will take you through the process to set up a wp-config.php file with your database connection details.
      -
    1. If for some reason this does not work, do not worry. It may not work on all web hosts. It does not work on all web hosts. Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
    2. +
    3. If for some reason this does not work, do not worry. It may not work on all web hosts. Open up wp-config-sample.php with a text editor like WordPad or similar and fill in your database connection details.
    4. Save the file as wp-config.php and upload it.
    5. Open wp-admin/install.php in your browser.
    diff --git a/wp-includes/version.php b/wp-includes/version.php index be836c5197..e2eff136d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52980'; +$wp_version = '6.0-alpha-52981'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.