Changeset 58850
- Timestamp:
- 08/05/2024 06:39:21 AM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/block-style-variations.php
r58691 r58850 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.