Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tag strip fix
  • Loading branch information
briandunnigan authored and briandunnigan committed Oct 29, 2015
1 parent d570622 commit fe5a870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Expand Up @@ -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' );
Expand Down

0 comments on commit fe5a870

Please sign in to comment.