Changeset 55144 for trunk/src/wp-includes/global-styles-and-settings.php
- Timestamp:
- 01/26/2023 05:21:41 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/global-styles-and-settings.php
r55138 r55144 76 76 * 77 77 * @since 5.9.0 78 * 79 * @param array $types Types of styles to load. Optional. 80 * It accepts 'variables', 'styles', 'presets' as values. 81 * If empty, it'll load all for themes with theme.json support 82 * and only [ 'variables', 'presets' ] for themes without theme.json support. 78 * @since 6.1.0 Added 'base-layout-styles' support. 79 * 80 * @param array $types Optional. Types of styles to load. 81 * It accepts as values 'variables', 'presets', 'styles', 'base-layout-styles'. 82 * If empty, it'll load the following: 83 * - for themes without theme.json: 'variables', 'presets', 'base-layout-styles'. 84 * - for themes with theme.json: 'variables', 'presets', 'styles'. 83 85 * @return string Stylesheet. 84 86 */
Note: See TracChangeset
for help on using the changeset viewer.