mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@52062 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1154,6 +1154,8 @@ function build_query_vars_from_query_block( $block, $page ) {
|
||||
*
|
||||
* It's used in QueryPaginationNext and QueryPaginationPrevious blocks.
|
||||
*
|
||||
* @since 5.9.0
|
||||
*
|
||||
* @param WP_Block $block Block instance.
|
||||
* @param boolean $is_next Flag for hanlding `next/previous` blocks.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user