3
1
Back

$this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); $article['content'] = preg_replace("@@", '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) .

New Pull Request