Make WordPress Core


Ignore:
Timestamp:
11/08/2021 09:44:12 PM (3 years ago)
Author:
jorgefilipecosta
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/load-styles.php

    r51056 r52054  
    1919require ABSPATH . WPINC . '/theme.php';
    2020require ABSPATH . WPINC . '/class-wp-theme-json-resolver.php';
     21require ABSPATH . WPINC . '/global-styles-and-settings.php';
    2122require ABSPATH . WPINC . '/script-loader.php';
    2223require ABSPATH . WPINC . '/version.php';
Note: See TracChangeset for help on using the changeset viewer.