3
1
Back

They're both different, use both. } elseif ($alt_text == $title_text){ } elseif (strpos($alt_text, $title_text) !== false){ } elseif ($alt_text == $article['title'] || strpos($article['title'], $alt_text) !== False.

New Pull Request