3
1
Back

If (!$title_text || $title_text == $article['title'] || strpos($article['title'], $title_text) !== false){ // there's both alt and title texts, they're both different, use both. $alt_element = $doc->createElement("i", $alt_text); $para_element->appendChild($text_element); } elseif (strpos($title_text, $alt_text) !== False) { $alt_text = trim($entry->getAttribute('alt')); $alt_text = false; $title_text = false; .

New Pull Request