3
1
Back

// Two Lumps // Breaking Cat News elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } elseif ($alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ } elseif (strpos($alt_text, $title_text) !== false){ // there's both alt and title texts, they're both different, use both. } elseif (strpos($title_text, $alt_text) !== False) { if (GDORN_DEBUG && $article['debug']) { $base_url = $article['link']; From.

New Pull Request