mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Editor: Introduce WP_Block and WP_Block_List classes
Backports functionality added in Gutenberg in the following PRs: - https://github.com/WordPress/gutenberg/pull/21467 - https://github.com/WordPress/gutenberg/pull/21925 It's a few ideas related to block rendering and the provided block value, which is particularly impactful for work around block context. Props aduth, TimothyBJacobs, noisysocks, epiqueras, youknowriad, talldanwp, zebulan. Fixes #49926. git-svn-id: https://develop.svn.wordpress.org/trunk@48159 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -278,6 +278,8 @@ require ABSPATH . WPINC . '/class-wp-block-pattern-categories-registry.php';
|
||||
require ABSPATH . WPINC . '/class-wp-block-patterns-registry.php';
|
||||
require ABSPATH . WPINC . '/class-wp-block-styles-registry.php';
|
||||
require ABSPATH . WPINC . '/class-wp-block-type-registry.php';
|
||||
require ABSPATH . WPINC . '/class-wp-block.php';
|
||||
require ABSPATH . WPINC . '/class-wp-block-list.php';
|
||||
require ABSPATH . WPINC . '/class-wp-block-parser.php';
|
||||
require ABSPATH . WPINC . '/blocks.php';
|
||||
require ABSPATH . WPINC . '/blocks/archives.php';
|
||||
|
||||
Reference in New Issue
Block a user