Make sure the instance is set for the term lists

This commit is contained in:
Robin Cornett
2019-06-25 12:35:07 -04:00
parent bb4a18b320
commit 515c51ebfe
@@ -9,6 +9,10 @@ $tax_options = array();
foreach ( $taxonomies as $taxonomy ) {
$tax_options[ $taxonomy->name ] = $taxonomy->label;
}
if ( empty( $instance ) ) {
$instance = include 'term-defaults.php';
}
/**
* Define term specific taxonomy fields.
*/