removing var_dump added in dedbc54e1a
This commit is contained in:
@@ -444,7 +444,6 @@ function roots_clean_style_tag($input) {
|
|||||||
|
|
||||||
function roots_body_class() {
|
function roots_body_class() {
|
||||||
$term = get_queried_object();
|
$term = get_queried_object();
|
||||||
var_dump($term);
|
|
||||||
if (is_single())
|
if (is_single())
|
||||||
$cat = get_the_category();
|
$cat = get_the_category();
|
||||||
if(!empty($cat))
|
if(!empty($cat))
|
||||||
|
|||||||
Reference in New Issue
Block a user