From 9ddb112d51832712423cf94657b1df4c5c9cc267 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 22 Feb 2023 20:57:18 +0000 Subject: [PATCH] Networks and Sites: Remove confusing upper case for option names on Edit Site: Settings screen. This type of transformation isn't always appropriate, especially for non-English language sites. Displaying the original option name makes it more clear what option is being changed. Props SergeyBiryukov, sabernhardt, afrin29, afshanadiya Fixes #50572 Built from https://develop.svn.wordpress.org/trunk@55408 git-svn-id: http://core.svn.wordpress.org/trunk@54941 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network/site-settings.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/network/site-settings.php b/wp-admin/network/site-settings.php index b669a5103f..ae2dde8220 100644 --- a/wp-admin/network/site-settings.php +++ b/wp-admin/network/site-settings.php @@ -146,14 +146,14 @@ if ( ! empty( $messages ) ) { if ( strpos( $option->option_value, "\n" ) !== false ) { ?> - + - + option_name, array( 'siteurl', 'home' ), true ) ) { ?> option_value ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index cefe5f3564..a82ea2b569 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta3-55407'; +$wp_version = '6.2-beta3-55408'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.