3
1
Back

$orig_content = strip_tags($article['content']); // Awkward Zombie elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $doc->saveXML(); } // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer.

New Pull Request