3
1
Back

|| $alt_text == $article['title'] || strpos($article['title'], $alt_text) !== false){ } elseif (strpos($title_text, $alt_text) !== false){ // there's both alt and title texts.

New Pull Request