3
1
Back

$rel = trim($rel); $rel = trim($rel); if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $this->mangle_article($article); } function hook_render_article($article) { return $this->mangle_article($article); } catch (Exception $e) { $article['content'] .

New Pull Request