3
1
Back

(strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $article['content'] = preg_replace("@@", '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) .

New Pull Request