diff --git a/includes/term.php b/includes/term.php index c11332e..8eb3fbc 100644 --- a/includes/term.php +++ b/includes/term.php @@ -19,10 +19,10 @@ function ss_term_edit_init() { function ss_term_sidebar($tag, $taxonomy) { - // Merge Defaults to prevent notices + //* Merge Defaults to prevent notices $tag->meta = wp_parse_args( $tag->meta, array( '_ss_sidebar' => '', '_ss_sidebar_alt' => '' ) ); - // Pull custom sidebars + //* Pull custom sidebars $_sidebars = stripslashes_deep( get_option( SS_SETTINGS_FIELD ) ); ?> @@ -44,7 +44,7 @@ function ss_term_sidebar($tag, $taxonomy) {