Skip to content

Commit 96bb277

Browse files
committed
updated date field for customizer
1 parent 48ec8a1 commit 96bb277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/customize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ protected function render() {
6666
public function render_content() {
6767

6868
$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' );
69+
$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' );
7070
$field_id = ( ! empty( $this->field['id'] ) ) ? $this->field['id'] : '';
7171
$custom = ( ! empty( $this->field['customizer'] ) ) ? true : false;
7272
$is_complex = ( in_array( $this->field['type'], $complex ) ) ? true : false;

0 commit comments

Comments
 (0)