Issue #1625 removes forgotton echo

This commit is contained in:
HWFord 2022-04-07 14:40:41 +02:00
parent 722c26a1b3
commit acbf86a6fa

View file

@ -647,7 +647,7 @@ if ( 'categories'==$page['section'] and isset($page['category']) and !isset($pag
}
unset( $need_redirect, $page['hit_by'] );
}
echo('<pre>');print_r($page);echo('</pre>');
array_push($page['body_classes'], 'section-'.$page['section']);
if ('categories' == $page['section'] && isset($page['category']))