Changeset 55959 for trunk/src/wp-includes/global-styles-and-settings.php
- Timestamp:
- 06/21/2023 07:54:01 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/global-styles-and-settings.php
r55926 r55959 93 93 * 94 94 * @since 5.9.0 95 * @since 6.3.0 the internal format "var:preset|color|secondary" is always resolved 96 * to the standard form "var(--wp--preset--font-size--small)". 95 97 * 96 98 * @param array $path Path to the specific style to retrieve. Optional. … … 116 118 $origin = 'theme'; 117 119 } 118 119 120 $styles = WP_Theme_JSON_Resolver::get_merged_data( $origin )->get_raw_data()['styles']; 120 121
Note: See TracChangeset
for help on using the changeset viewer.