3
1
Back

Fix for when invisiblebread has no bread $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Something Positive elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // Cyanide & Happiness elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $article['content'] = $this->get_img_tags($xpath.

New Pull Request