3
1
Back

Are quotes elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $article['content'] = $matches[1]; } } //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)) { if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $base . $rel.

New Pull Request