Changeset 56300 for trunk/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
- Timestamp:
- 07/25/2023 12:29:26 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.