Make WordPress Core


Ignore:
Timestamp:
11/08/2021 11:09:53 PM (3 years ago)
Author:
noisysocks
Message:

Editor: Add block theme infrastructure

Adds the required infrastructure to render block-based themes. This is sourced
from the Gutenberg plugin.

Fixes #54335.
Props bernhard-reiter, youknowriad, ntsekouras, hellofromtonya.

File:
1 edited

Legend:

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

    r52057 r52062  
    11551155 * It's used in QueryPaginationNext and QueryPaginationPrevious blocks.
    11561156 *
     1157 * @since 5.9.0
     1158 *
    11571159 * @param WP_Block $block   Block instance.
    11581160 * @param boolean  $is_next Flag for hanlding `next/previous` blocks.
Note: See TracChangeset for help on using the changeset viewer.