3
1
Back

If (preg_match("@.*()@", $article['content'], $matches)) { } // Two Lumps elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // Dinosaur Comics Cleanup elseif (strpos($article['content.

New Pull Request