Content deleted Content added
Ohconfucius (talk | contribs) bug with timestamp removal |
Ohconfucius (talk | contribs) forced general capitalisation of 'retrieved' |
||
Line 256:
//remove leading zero from 'Retrieved' date, replace 'accessed'
ohc_regex(/(?:url |link
ohc_regex(/(?:Retrieved|Accessed)(?: on |:? )@Month\s@ZD,?\s@YYYY/gi, "Retrieved @LMonth @Day, @YYYY");
ohc_regex(/(?:Retrieved|Accessed)(?: on |:? )@ZD\s@Month\s@YYYY/gi, "Retrieved @Day @LMonth @YYYY");
|