3
1
Back

Users if (preg_match("@.*(get_img_tags($xpath, "//img[@class='comic']", $article); //also get blog $entries = $xpath->query("//div[@id='signoff-wrapper']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // CTRL+ALT+DEL elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { // Achewood (alt tag already present foreach($imgs as $img){ $article['content'] .= $aftercomic; } } } //Sites that provide images and just need alt tags if both exist Updated.

New Pull Request