Changeset 59335 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 11/01/2024 05:24:53 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r59328 r59335 3269 3269 array( 'include_node_paths_only' => true ) 3270 3270 ); 3271 3272 // Add top-level styles. 3273 $style_nodes[] = array( 'path' => array( 'styles' ) ); 3274 3271 3275 foreach ( $style_nodes as $style_node ) { 3272 3276 $path = $style_node['path'];
Note: See TracChangeset
for help on using the changeset viewer.