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