simplepie: fix entry_author parsing
This commit is contained in:
parent
60164936d9
commit
a0c6eafbbc
|
@ -881,6 +881,7 @@
|
|||
if ($item->get_author()) {
|
||||
$entry_author_item = $item->get_author();
|
||||
$entry_author = $entry_author_item->get_name();
|
||||
if (!$entry_author) $entry_author = $entry_author_item->get_email();
|
||||
}
|
||||
} else {
|
||||
$entry_comments = strip_tags($item["comments"]);
|
||||
|
|
Loading…
Reference in New Issue