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
This commit is contained in:
Greg Ziółkowski 2023-09-15 07:49:27 +00:00
parent 227fdb8b74
commit fd894bfd2c

View File

@ -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;