We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528624a commit 32e23baCopy full SHA for 32e23ba
components/com_finder/views/search/view.html.php
@@ -291,11 +291,6 @@ protected function prepareDocument($query)
291
$this->document->setMetadata('robots', $this->params->get('robots'));
292
}
293
294
- if ($app->get('MetaAuthor') == '1')
295
- {
296
- $author = $this->item->created_by_alias ?: $this->item->author;
297
- $this->document->setMetaData('author', $author);
298
- }
299
// Add feed link to the document head.
300
if ($this->params->get('show_feed_link', 1) == 1)
301
{
0 commit comments