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].



git-svn-id: https://develop.svn.wordpress.org/trunk@56592 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
gziolo committed Sep 15, 2023
1 parent 227fdb8 commit fd894bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/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

0 comments on commit fd894bf

Please sign in to comment.