3
1
Back

Get simpler than this foreach ($imgs as $img) { if (preg_match("@.*()@", $article['content'], $matches)) { $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { // Dinosaur Comics Cleanup $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry.

New Pull Request