3
1
Back

Hook_render_article($article) { return $this->mangle_article($article); } function mangle_article($article) { Added BCN, Something Positive // Something Positive if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); // Joy of Tech elseif (strpos($article['link'], 'gunnerkrigg.com/?p') .

New Pull Request