3
1
Back

Responsibilities with respect to elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { $article['content'] = preg_replace("@@", '', $article['content']); // Penny Arcade if (strpos($article["link"], "penny-arcade.com") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ $article['content'] = preg_replace("@@", '', $article['content']); // only keep everything starting at the time of the Stick elseif (strpos($article['link.

New Pull Request