3
1
Back

} foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] .= "
Alt: " . $article['id']; } return $article; } $article = $this->alt_textify($article); $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $orig_src = $entry->getAttribute('src'); $new_src = $this->rel2abs($orig_src, $article['link']); $entry->setAttribute('src', $new_src); $result_html .

New Pull Request