forked from 20xd6/simple_blog
If not author is identified do nothing
This commit is contained in:
parent
5e29d1e4d5
commit
88b08fd1fc
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user