Changeset 58861
- Timestamp:
- 08/07/2024 07:36:35 PM (5 weeks ago)
- Location:
- branches/6.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.6
-
branches/6.6/src/wp-includes/block-supports/block-style-variations.php
r58699 r58861 197 197 } 198 198 199 wp_register_style( 'block-style-variation-styles', false, array( ' global-styles', 'wp-block-library' ) );199 wp_register_style( 'block-style-variation-styles', false, array( 'wp-block-library', 'global-styles' ) ); 200 200 wp_add_inline_style( 'block-style-variation-styles', $variation_styles ); 201 201
Note: See TracChangeset
for help on using the changeset viewer.