Make WordPress Core


Ignore:
Timestamp:
04/15/2021 02:41:38 PM (5 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages to use with WordPress 5.8

In the response to the discussion during the Dev Chat, I'm doing a first pass to keep WordPress packages up to date in the WordPress 5.8 release cycle.

See https://github.com/WordPress/wordpress-develop/pull/1176 for more details.

Props youknowriad, aristath, andraganescu.
See #52991.

File:
1 edited

Legend:

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

    r50137 r50761  
    3030                sprintf(
    3131                    // translators: %s is the user-provided title of the reusable block.
    32                     __( 'Could not render Reusable Block <strong>%s</strong>: blocks cannot be rendered inside themselves.' ),
     32                    __( 'Could not render Reusable Block <strong>%s</strong>. Block cannot be rendered inside itself.' ),
    3333                    $reusable_block->post_title
    3434                ),
Note: See TracChangeset for help on using the changeset viewer.