3
1
Back

(strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // there's both alt and title texts, they're both different, use both. $title_element = $doc->createElement("i", $alt_text); $para_element->appendChild($text_element); } elseif (strpos($title_text, $alt_text) !== False) .

New Pull Request