3
1
Back

Preg_replace("@@", '', $article['content']); } // Drugs and Wires elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img_tag . $article['content']; } .

New Pull Request