mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-03 23:27:32 +02:00
Updated FeedExpander (markdown)
@@ -24,10 +24,10 @@ you should first call the parent function to initialize the item, then apply the
|
||||
|
||||
```PHP
|
||||
protected function parseItem($feedItem){
|
||||
$item = parent::parseItem($feedItem);
|
||||
$item['content'] = str_replace('rssbridge','RSS-Bridge',$feedItem->content);
|
||||
$item = parent::parseItem($feedItem);
|
||||
$item['content'] = str_replace('rssbridge','RSS-Bridge',$feedItem->content);
|
||||
|
||||
return $item;
|
||||
return $item;
|
||||
}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user