From fe5a870a49fa1ad20107ad8f9d42189de9773d06 Mon Sep 17 00:00:00 2001 From: briandunnigan Date: Thu, 29 Oct 2015 13:16:48 -0400 Subject: [PATCH] Tag strip fix --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 55ccaf6..566e7ec 100644 --- a/functions.php +++ b/functions.php @@ -351,8 +351,8 @@ function prefix_ajax_clas_tag_posts() { //Retieves posts of a specific tag, usin } return $tags; -}*/ -add_filter('wp_kses_allowed_html', 'add_allowed_tags'); +} +add_filter('wp_kses_allowed_html', 'add_allowed_tags');*/ add_action( 'wp_ajax_clas_cat_posts', 'prefix_ajax_clas_cat_posts' );