Content deleted Content added
Ohconfucius (talk | contribs) tweak protection bug |
Ohconfucius (talk | contribs) protection tweak - url |
||
Line 547:
regex(/((?:Category|Image|File):)([^|\]]*)([\|\]])/gi, protect_function);
regex(/(\{(?:See ?also|Main))(\|[^\}]*)(\})/gi, protect_function);
regex(/(\[(?:https?:|ftp:))([^\s\]]*
regex(/(\[(?:https?:|ftp:))([^\]]*\])(.)/gi, protect_function);
regex(/(>[ ]*(?:https?:|ftp:))([^< >\]]*)([ ]*<)/gi, protect_function);
|