Last modified: 2010-05-15 15:38:47 UTC
{{CURRENTMONTHABBREV}} or {{CURRENTMONTHNAMEABBREV}} should be a magic word which returns the abbreviation of the current month, this patch implements the former. Note: when defining the magic word I gave it the number 39 but 0..38 were taken, giving it the number 5 and moving the rest down would probably be more logical however.
Created attachment 355 [details] The patch against includes/Parser.php, includes/MagicWord.php and languages/Language.php
Fixed in CVS.