Content deleted Content added
Ohconfucius (talk | contribs) No edit summary |
Ohconfucius (talk | contribs) tweak protection bug |
||
Line 548:
regex(/(\{(?:See ?also|Main))(\|[^\}]*)(\})/gi, protect_function);
regex(/(\[(?:https?:|ftp:))([^\s\]]*)([\s\]])/gi, protect_function);
regex(/(\[(?:https?:|ftp:))([^\]]*
regex(/(>[ ]*(?:https?:|ftp:))([^< >\]]*)([ ]*<)/gi, protect_function);
regex(/(<blockquote>)(.*?)(<\/blockquote>)/gi, protect_function);
|