Merge "OutputPage: Remove 'wgMonthNamesShort' from mw.config"
This commit is contained in:
commit
2c96d9d23e
1 changed files with 0 additions and 1 deletions
|
|
@ -3267,7 +3267,6 @@ class OutputPage extends ContextSource {
|
|||
'wgDigitTransformTable' => $compactDigitTransTable,
|
||||
'wgDefaultDateFormat' => $lang->getDefaultDateFormat(),
|
||||
'wgMonthNames' => $lang->getMonthNamesArray(),
|
||||
'wgMonthNamesShort' => $lang->getMonthAbbreviationsArray(),
|
||||
|
||||
// @internal For debugging purposes
|
||||
'wgRequestId' => WebRequest::getRequestId(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue