Labels Milestones
BackFetch_file_contents($link); Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra useful for non-browser users) function about() { return $this->mangle_article($article); } function hook_render_article($article) { try { return array(0.1, 'Yet more stupid-simple comic-fetching.', ' '); } function hook_render_article_cdm($article) { return $this->mangle_article($article); } function mangle_article($article) { // Timothy Winchester (People I Know elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // Poly In.
New Pull Request