Skip to content

Commit

Permalink
Merge pull request #1 from filchakov/master
Browse files Browse the repository at this point in the history
added tag for links
  • Loading branch information
ChrisRAoW authored Mar 1, 2018
2 parents 5294db2 + 6de091b commit 9ff681c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Parser/ItemTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ public function getValue()
case 'title':
$value = $feedItem->get_title();
break;
case 'link':
$value = $feedItem->get_link();
break;
case 'content':
$value = $feedItem->get_description();
break;
Expand Down

0 comments on commit 9ff681c

Please sign in to comment.