Changeset 51657 for trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwenty/classes/class-twentytwenty-customize.php
r51322 r51657 187 187 'description' => __( 'Apply a custom color for links, buttons, featured images.', 'twentytwenty' ), 188 188 'mode' => 'hue', 189 'active_callback' => function() use ( $wp_customize ) {189 'active_callback' => static function() use ( $wp_customize ) { 190 190 return ( 'custom' === $wp_customize->get_setting( 'accent_hue_active' )->value() ); 191 191 },
Note: See TracChangeset
for help on using the changeset viewer.