Content deleted Content added
Ohconfucius (talk | contribs) //disabled conversion of yyyy-mm-dd in citation templates (except publication date) |
Ohconfucius (talk | contribs) repurposed unused line to protect archive url links (archive.today) |
||
Line 807:
regex(/(\[(?:https?:|ftp:))([^\]]*)(\])/gi, protect_function);
regex(/(>[ ]*(?:https?:|ftp:))([^< >\]]*)([ ]*<)/gi, protect_function);
regex(/(<blockquote>)([\s\S]*?)(<\/blockquote>)/gi, protect_function);
regex(/(<noinclude>)([\s\S]*?)(<\/noinclude>)/gi, protect_function);
|