Skip to content

Commit

Permalink
change show_option_all back to false
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnodesign committed Apr 11, 2024
1 parent 87208fe commit 70bb082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/form-fields/term-select-field.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
$args = [
'taxonomy' => $field['taxonomy'],
'hierarchical' => 1,
'show_option_all' => true,
'show_option_all' => false,
'option_none_value' => '',
'show_option_none' => $placeholder,
'name' => isset( $field['name'] ) ? $field['name'] : $key,
Expand Down

0 comments on commit 70bb082

Please sign in to comment.