3
1
Back

if(preg_match("@.*()@", $article['content'], $matches)){ $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Poorly Drawn Lines elseif.

New Pull Request