mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-18 17:10:29 +03:00
Updated FeedExpander (markdown)
parent
df2053893d
commit
4df0a7f4db
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@ you should first call the parent function to initialize the item, then apply the
|
||||||
|
|
||||||
```PHP
|
```PHP
|
||||||
protected function parseItem($feedItem){
|
protected function parseItem($feedItem){
|
||||||
$item = parent::parseItem($feedItem);
|
$item = parent::parseItem($feedItem);
|
||||||
$item['content'] = str_replace('rssbridge','RSS-Bridge',$feedItem->content);
|
$item['content'] = str_replace('rssbridge','RSS-Bridge',$feedItem->content);
|
||||||
|
|
||||||
return $item;
|
return $item;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue