Changeset 56559 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
- Timestamp:
- 09/12/2023 03:21:02 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
r56547 r56559 188 188 'description' => __( 'Apply a custom color for links, buttons, featured images.', 'twentytwenty' ), 189 189 'mode' => 'hue', 190 'active_callback' => static function () use ( $wp_customize ) {190 'active_callback' => static function () use ( $wp_customize ) { 191 191 return ( 'custom' === $wp_customize->get_setting( 'accent_hue_active' )->value() ); 192 192 },
Note: See TracChangeset
for help on using the changeset viewer.