3
1
Back

Symbols aa68d7a21d Am totally not using git correctly // Achewood (alt tag) elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Eat That Toast elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Poorly Drawn Lines elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { $article['content'] = $img_tag . $article['content']; } // XKCD (alt tags we don't.

New Pull Request