Skip to content
Snippets Groups Projects
Commit f1fbebfd authored by Alex Barth's avatar Alex Barth
Browse files

More accurate description of author name.

parent b40ede6d
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ class FeedsSyndicationParser extends FeedsParser { ...@@ -41,7 +41,7 @@ class FeedsSyndicationParser extends FeedsParser {
), ),
'author_name' => array( 'author_name' => array(
'name' => t('Author name'), 'name' => t('Author name'),
'description' => t('Author of the feed item (string).'), 'description' => t('Name of the feed item\'s author.'),
), ),
'timestamp' => array( 'timestamp' => array(
'name' => t('Published date'), 'name' => t('Published date'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment