From f32960878484e2b6338bc5c58140e637f564ed46 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 15 Sep 2021 11:47:56 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@51814 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/widgets/class-wp-widget-block.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/widgets/class-wp-widget-block.php b/src/wp-includes/widgets/class-wp-widget-block.php index bf63359e21..44534c7fa8 100644 --- a/src/wp-includes/widgets/class-wp-widget-block.php +++ b/src/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 ); ?>

- +