3
1
Back

{ $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = $img; } } //Sites that provide images and just need alt tags textified. } //Sites that provide images and just need alt tags if (preg_match("@.*()@", $article['content'], $matches)) { .

New Pull Request