From 89f5d3dd0cb0ea20fe8003c1d8e2095e081cfff9 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 18 Jan 2020 01:15:04 +0000 Subject: [PATCH] Networks and Sites: Clarify the recommendation to remove the `www` prefix from the site domain before creating a network. The `siteurl` option reference was not quite clear, and the string actually refers to the domain name, not the full URL. Props kharisblank, tobifjellner, ramiy. Fixes #49214. Built from https://develop.svn.wordpress.org/trunk@47085 git-svn-id: http://core.svn.wordpress.org/trunk@46885 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/network.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/network.php b/wp-admin/includes/network.php index 7fe03dc472..b814adcf2c 100644 --- a/wp-admin/includes/network.php +++ b/wp-admin/includes/network.php @@ -268,7 +268,7 @@ function network_step1( $errors = false ) { ' . substr( $hostname, 4 ) . '', '' . $hostname . '', 'www' diff --git a/wp-includes/version.php b/wp-includes/version.php index e8b39518a7..9b4193637f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-47084'; +$wp_version = '5.4-alpha-47085'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.