Skip to content

Commit 8bc4b1c

Browse files
authored
Merge pull request #762 from wp-shortcake/fix-term-select-docs
Fix field type for term_select field in example shortcode
2 parents e49302b + 517bf44 commit 8bc4b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ function shortcode_ui_dev_advanced_example() {
199199
array(
200200
'label' => __( 'Select Tag', 'shortcode-ui-example', 'shortcode-ui' ),
201201
'attr' => 'tag',
202-
'type' => 'tag_select',
202+
'type' => 'term_select',
203203
'taxonomy' => 'post_tag',
204204
'multiple' => true,
205205
),

0 commit comments

Comments
 (0)