mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Add: Public functions for interacting with global styles & settings.
This commit ports the public functions to interact with the global styles & settings. See #54336. Props oandregal. git-svn-id: https://develop.svn.wordpress.org/trunk@52054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -173,6 +173,7 @@ require ABSPATH . WPINC . '/class-wp-theme.php';
|
||||
require ABSPATH . WPINC . '/class-wp-theme-json-schema.php';
|
||||
require ABSPATH . WPINC . '/class-wp-theme-json.php';
|
||||
require ABSPATH . WPINC . '/class-wp-theme-json-resolver.php';
|
||||
require ABSPATH . WPINC . '/global-styles-and-settings.php';
|
||||
require ABSPATH . WPINC . '/class-wp-block-template.php';
|
||||
require ABSPATH . WPINC . '/block-template-utils.php';
|
||||
require ABSPATH . WPINC . '/block-template.php';
|
||||
|
||||
Reference in New Issue
Block a user