From ad261fbf4e23b4a6cdae047788326bcf10cd82a1 Mon Sep 17 00:00:00 2001 From: gziolo Date: Fri, 15 Sep 2023 07:51:19 +0000 Subject: [PATCH] Blocks: Remove the `gutenberg` textdomain accidently added to translation Props soean. See #59346. Follow-up [56587]. Built from https://develop.svn.wordpress.org/trunk@56592 git-svn-id: http://core.svn.wordpress.org/trunk@56104 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/blocks.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/blocks.php b/wp-includes/blocks.php index bef59a21db..edd76e1b0e 100644 --- a/wp-includes/blocks.php +++ b/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; diff --git a/wp-includes/version.php b/wp-includes/version.php index 4e9e290e45..780af94b5c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56591'; +$wp_version = '6.4-alpha-56592'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.