Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hydephp/develop into 2.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 6, 2024
2 parents b486ef3 + 00fef19 commit 53a46d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function addDynamicItemData(SimpleXMLElement $item, MarkdownPost $post
}

if (isset($post->author)) {
$item->addChild('dc:creator', $post->author->getName(), 'http://purl.org/dc/elements/1.1/');
$item->addChild('dc:creator', $post->author->name, 'http://purl.org/dc/elements/1.1/');
}

if (isset($post->category)) {
Expand Down

0 comments on commit 53a46d5

Please sign in to comment.