3
1
Back

If (!$alt_text) { $new_element = $doc->createElement("img"); $article['content'] = $doc->saveXML(); } // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { 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 = $doc->createElement("i", $alt_text); } elseif (strpos($title_text, $alt_text) !== False) { if ($doc === NULL.

New Pull Request