3
1
Back

"//div[@id='comic']/noscript/img", $article); } // Scenes From A Multiverse (to get alt tag) // Achewood (alt tag) // Achewood (alt tag) elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); } elseif (strpos($title_text, $alt_text) !== false){ $text_element = $doc->createElement("i", $alt_text); } elseif (strpos($alt_text, $title_text) !== false){ // there's both alt and title texts, they're both different.

New Pull Request