3
1
Back

$alt_text); } 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", $alt_text); } elseif (strpos($title_text, $alt_text) !== False) { if (!$alt_text || $alt_text == $article['title'] || strpos($article['title'], $title_text) !== false.

New Pull Request