Only show top level positions in events

This commit is contained in:
Brian Miyaji
2015-04-14 22:21:21 +10:00
parent e5bb7dd1ed
commit 631cb3f412

View File

@@ -170,6 +170,7 @@ class SP_Meta_Box_Event_Performance {
'class' => 'sp-position',
'property' => 'multiple',
'chosen' => true,
'include_children' => false,
);
sp_dropdown_taxonomies( $args );
?>