Skip to content

Commit

Permalink
add links tag
Browse files Browse the repository at this point in the history
  • Loading branch information
filchakov committed Mar 1, 2018
1 parent 5294db2 commit 6de091b
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 6de091b

Please sign in to comment.