From 4b8381b9cabbe6b80f6e2a9bf06047d3b2f385c6 Mon Sep 17 00:00:00 2001 From: Nathan Rice Date: Mon, 26 Aug 2013 20:10:32 -0400 Subject: [PATCH] Comment standard. --- includes/term.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {