Changeset 56300
- Timestamp:
- 07/25/2023 12:29:26 PM (15 months ago)
- Location:
- trunk/src/wp-content/themes/twentytwentyone/classes
- Files:
-
- 2 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. -
trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
r56118 r56300 21 21 22 22 // Enqueue assets for the block-editor. 23 add_action( 'enqueue_block_ editor_assets', array( $this, 'editor_custom_color_variables' ) );23 add_action( 'enqueue_block_assets', array( $this, 'editor_custom_color_variables' ) ); 24 24 25 25 // Add styles for dark-mode.
Note: See TracChangeset
for help on using the changeset viewer.