3
1
Back

(!$alt_text || $alt_text == $article['title'] || strpos($article['title'], $title_text) !== False) { if (preg_match("@.*?(.*)@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $img_tag . $article['content']; // Cyanide & Happiness elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { Clean up code formatting; added a few.

New Pull Request