Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fa5eb11

Browse files
committedMay 23, 2024
Disable color_scheme in customizer. It's unfinished.
1 parent d169282 commit fa5eb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎redux-core/inc/extensions/customizer/class-redux-extension-customizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ public function register_customizer_controls( WP_Customize_Manager $wp_customize
430430
// Not a type that should go on the customizer.
431431

432432
foreach ( $section['fields'] as $field ) {
433-
if ( 'color_scheme' === $field['type'] || 'divide' === $field['type'] ) {
433+
if ( /* 'color_scheme' === $field['type'] || */ 'divide' === $field['type'] ) {
434434
continue 2;
435435
}
436436
}

0 commit comments

Comments
 (0)
Please sign in to comment.