3
1
Back

$article['content']; $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); if (preg_match("@.*?(.*)@", $article['content'], $matches)) { // Breaking Cat News elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // only keep everything starting at the first if(preg_match("@.*()@", $article['content'], $matches)){ $article['content'] = $img_tag . $article['content']; } // Questionable Content (cleanup) // Questionable Content (cleanup) elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { // Penny Arcade if(preg_match("@.*()@", $article['content'], $matches)){ if (preg_match("@.*(

New Pull Request