diff --git a/functions.php b/functions.php index 262991e..55ccaf6 100644 --- a/functions.php +++ b/functions.php @@ -313,7 +313,7 @@ function prefix_ajax_clas_tag_posts() { //Retieves posts of a specific tag, usin } //Bootstrap whitelist -function add_allowed_tags($tags) { +/*function add_allowed_tags($tags) { $newtags = array( 'div', 'ul', @@ -351,7 +351,7 @@ function add_allowed_tags($tags) { } return $tags; -} +}*/ add_filter('wp_kses_allowed_html', 'add_allowed_tags'); diff --git a/single.php b/single.php index 5e5f7f4..5cccda4 100644 --- a/single.php +++ b/single.php @@ -125,7 +125,7 @@ get_header(); ?> echo '
';