Changeset 56300 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
- Timestamp:
- 07/25/2023 12:29:26 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
r51294 r56300 24 24 25 25 // Enqueue color variables for editor. 26 add_action( 'enqueue_block_ editor_assets', array( $this, 'editor_custom_color_variables' ) );26 add_action( 'enqueue_block_assets', array( $this, 'editor_custom_color_variables' ) ); 27 27 28 28 // Add body-class if needed.
Note: See TracChangeset
for help on using the changeset viewer.