3
1
Back

Elseif ($alt_text == $article['title'] || strpos($article['title'], $title_text) !== False) { if (!$alt_text || $alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ // there's both alt and title texts, they're both different, use both. } elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) .

New Pull Request