From a13f7b31cd5d383dea01b2d5dffd5f038cd225ef Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Sep 2021 11:49:01 +0000 Subject: [PATCH] I18N: Add a translator comment to clarify the "Block HTML" string in the Block widget settings form. The string refers to HTML code of the block, not an option that blocks HTML. Follow-up to [50995]. Props Amieiro, NekoJonez, knutsp, johnbillion, namith.jawahar, SergeyBiryukov. Fixes #54110. Built from https://develop.svn.wordpress.org/trunk@51814 git-svn-id: http://core.svn.wordpress.org/trunk@51421 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- wp-includes/widgets/class-wp-widget-block.php | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 80f7c25ab4..81da61c397 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51813'; +$wp_version = '5.9-alpha-51814'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. diff --git a/wp-includes/widgets/class-wp-widget-block.php b/wp-includes/widgets/class-wp-widget-block.php index bf63359e21..44534c7fa8 100644 --- a/wp-includes/widgets/class-wp-widget-block.php +++ b/wp-includes/widgets/class-wp-widget-block.php @@ -202,7 +202,12 @@ class WP_Widget_Block extends WP_Widget { $instance = wp_parse_args( (array) $instance, $this->default_instance ); ?>

- +