3
1
Back

Lines if (strpos($article["link"], "penny-arcade.com") !== FALSE ) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//img", $article); } function hook_render_article_cdm($article) { return $this->mangle_article($article); } catch.

New Pull Request