3
1
Back

$xpath->query("//span[@class='rss-content']"); // Wondermark (alt tag already present) elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // Camp Weedonwantcha foreach ($entries as $entry) { $article['content'] .

New Pull Request