3
1
Back

$img_tag = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); } // Wondermark (alt tag elseif (strpos($article['link'], 'qwantz.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); } // XKCD (alt tags we don't need to call out for Wondermark fix; added Oatmeal initial Fix for when invisiblebread has no bread Pain Train.

New Pull Request