Changeset 56304 for branches/6.3/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
- Timestamp:
- 07/25/2023 02:42:22 PM (3 years ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-dark-mode.php
r56118 r56304 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.