If not author is identified do nothing

This commit is contained in:
20xd6 2022-07-26 11:01:36 -04:00
parent 5e29d1e4d5
commit 88b08fd1fc

View File

@ -36,8 +36,6 @@
echo "<p>$byline_path</p>";
}
fclose($author_name_raw);
}else {
echo "<h2>No author</h2>";
}
if ($tag_data != NULL){
$page_tags = str_getcsv($tag_data);