3
1
Back

Bigger image elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $doc->saveXML(); } // Pain Train (to get alt tags textified. } $article = $this->alt_textify($article); $entries = $xpath->query("//span[@class='rss-content']"); // Wondermark (alt tag already.

New Pull Request