Changeset 56304 for branches/6.3/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
- Timestamp:
- 07/25/2023 02:42:22 PM (15 months ago)
- Location:
- branches/6.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3
-
branches/6.3/src/wp-content/themes/twentytwentyone/classes/class-twenty-twenty-one-custom-colors.php
r51294 r56304 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.