3
1
Back

$this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); $article['content'] = $matches[1]; $img = preg_replace("@width=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $img; } } // CTRL+ALT+DEL.

New Pull Request