Skip to content

Commit

Permalink
Blocks: Remove the gutenberg textdomain accidently added to transla…
Browse files Browse the repository at this point in the history
…tion

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
  • Loading branch information
gziolo committed Sep 15, 2023
1 parent 5f21a9d commit ad261fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wp-includes/blocks.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ad261fb

Please sign in to comment.