3
1
Back

$img; if (preg_match("@.*()@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $img = $matches[1]; } } // Dilbert elseif (strpos($article['link'], 'dead-philosophers.com/?p') .

New Pull Request