From bb2c0198abaddef8e007c955ffde452811a3a965 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Apr 2020 06:40:05 +0000 Subject: [PATCH] Comments: Clarify that "Comment Moderation" and "Comment Blocklist" options in Discussion Settings also apply to browser's user agent string for submitted comments. Props zodiac1978. Fixes #49902. Built from https://develop.svn.wordpress.org/trunk@47583 git-svn-id: http://core.svn.wordpress.org/trunk@47358 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-discussion.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index e80105eadb..2eb571f995 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -197,7 +197,7 @@ printf( ?>

-

+

@@ -206,7 +206,7 @@ printf(
-

+

diff --git a/wp-includes/version.php b/wp-includes/version.php index fd50e6d720..01fc5a98bd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47582'; +$wp_version = '5.5-alpha-47583'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.