From dd7cb532a16112c810625ef1bd128d3888d6e585 Mon Sep 17 00:00:00 2001 From: johnjamesjacoby Date: Tue, 2 Nov 2021 16:42:59 +0000 Subject: [PATCH] Admin/Discussion Settings: attempt to clarify intent of "Default post settings" section. This changes the descriptive text underneath 3 settings that are frequently overridden by individual posts & pages, and are also often misunderstood to work differently than they do. "(These settings may be overridden for individual posts.)" ...becomes... "Individual posts may override these settings. Changes here will only be applied to new posts." * Parenthesis were removed to improve text layout and flow for RTL languages. * Original statement was reworded to emphasize "individual posts". * New statement provides clarity to users about settings changes not being retroactive. Props audrasjb, johnjamesjacoby, sabbirshouvo, sabernhardt, tobifjellner. Fixes #54300. Built from https://develop.svn.wordpress.org/trunk@51976 git-svn-id: http://core.svn.wordpress.org/trunk@51565 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-discussion.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index a60bdbc838..64eb4d33eb 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -58,7 +58,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php'; />
-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index 612801524b..7b91517848 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51975'; +$wp_version = '5.9-alpha-51976'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.