From c6e76c3c5b1bd6ebdfbe3c24169b3765cf40ac6f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 18 Nov 2024 23:38:20 +0000 Subject: [PATCH] =?UTF-8?q?Users:=20Correct=20=E2=80=9CAdd=20New=20User?= =?UTF-8?q?=E2=80=9D=20page=20reference=20on=20Network=20Settings=20screen?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to [56515]. Props timse201. Fixes #62458. Built from https://develop.svn.wordpress.org/trunk@59417 git-svn-id: http://core.svn.wordpress.org/trunk@58803 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/settings.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/network/settings.php b/wp-admin/network/settings.php index a8504e4b27..c93d98a169 100644 --- a/wp-admin/network/settings.php +++ b/wp-admin/network/settings.php @@ -250,7 +250,7 @@ if ( isset( $_GET['updated'] ) ) { - + diff --git a/wp-includes/version.php b/wp-includes/version.php index d90bf1cb8d..c159709d2a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59416'; +$wp_version = '6.8-alpha-59417'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.