3
1
Back

Elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { // Doghouse Diaries, which has broken alt tags elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); } // there's both alt and title texts, they're both different, use both. } elseif (strpos($title_text, $alt_text) !== false){ } elseif (strpos($article["link.

New Pull Request