diff --git a/functions.php b/functions.php index 9bf2bcace..627055f85 100644 --- a/functions.php +++ b/functions.php @@ -3667,7 +3667,11 @@ $rfc822_date = date('r', strtotime($line["updated"])); - print "$rfc822_date"; + print "$rfc822_date"; + + if ($line["author"]) { + print "" . htmlspecialchars($line["author"]) . ""; + } print "