3
1
Back

Handle both title and alt tags if (preg_match("@.*()@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $img = $matches[1]; } } // SatW // SatW elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) .

New Pull Request