From fd894bfd2ccc057323907e65bb347fa81a35faa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Zi=C3=83=C2=B3=C3=85=E2=80=9Akowski?= Date: Fri, 15 Sep 2023 07:49:27 +0000 Subject: [PATCH] Blocks: Remove the `gutenberg` textdomain accidently added to translation Props soean. See #59346. Follow-up [56587]. git-svn-id: https://develop.svn.wordpress.org/trunk@56592 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/blocks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/blocks.php b/src/wp-includes/blocks.php index bef59a21dbb8c..edd76e1b0effe 100644 --- a/src/wp-includes/blocks.php +++ b/src/wp-includes/blocks.php @@ -533,7 +533,7 @@ function register_block_type_from_metadata( $file_or_folder, $args = array() ) { if ( $metadata['name'] === $anchor_block_name ) { _doing_it_wrong( __METHOD__, - __( 'Cannot hook block to itself.', 'gutenberg' ), + __( 'Cannot hook block to itself.' ), '6.4.0' ); continue;