We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48ec8a1 commit 96bb277Copy full SHA for 96bb277
functions/customize.php
@@ -66,7 +66,7 @@ protected function render() {
66
public function render_content() {
67
68
$unallows = array( 'sortable' );
69
- $complex = array( 'accordion', 'background', 'backup', 'border', 'button_set', 'checkbox', 'color_group', 'dimensions', 'fieldset', 'group', 'image_select', 'link_color', 'media', 'palette', 'repeater', 'sortable', 'sorter', 'switcher', 'tabbed' );
+ $complex = array( 'accordion', 'background', 'backup', 'border', 'button_set', 'checkbox', 'color_group', 'date', 'dimensions', 'fieldset', 'group', 'image_select', 'link_color', 'media', 'palette', 'repeater', 'sortable', 'sorter', 'switcher', 'tabbed' );
70
$field_id = ( ! empty( $this->field['id'] ) ) ? $this->field['id'] : '';
71
$custom = ( ! empty( $this->field['customizer'] ) ) ? true : false;
72
$is_complex = ( in_array( $this->field['type'], $complex ) ) ? true : false;
0 commit comments