3
1
Back

Elseif (strpos($alt_text, $title_text) !== false){ // there's both alt and title texts, they're both different, use both. $title_element = $doc->createElement("i", $title_text); } elseif (strpos($title_text, $alt_text) !== False) { if ($title_text == $article['title'] || strpos($article['title'], $alt_text) !== False) { if (!$alt_text || strpos($article['title.

New Pull Request