Make WordPress Core


Ignore:
Timestamp:
06/22/2021 09:58:32 AM (4 years ago)
Author:
jorgefilipecosta
Message:

Block Editor: Package updates for Beta 3.

The commit updates the WordPress packages for beta 3.

Props nosolosw, noisysocks, youknowriad.
See #53397.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/post-template.php

    r51101 r51199  
    104104    trigger_error(
    105105        /* translators: %1$s: Block type */
    106         sprintf( __( 'Block %1$s has been renamed to Post Template. %1$s will be supported until WordPress version 5.9.', 'gutenberg' ), $block->name ),
     106        sprintf( __( 'Block %1$s has been renamed to Post Template. %1$s will be supported until WordPress version 5.9.' ), $block->name ),
    107107        headers_sent() || WP_DEBUG ? E_USER_WARNING : E_USER_NOTICE
    108108    );
Note: See TracChangeset for help on using the changeset viewer.