Merge "OutputPage: Remove 'wgMonthNamesShort' from mw.config"

This commit is contained in:
jenkins-bot 2020-03-13 22:06:25 +00:00 committed by Gerrit Code Review
commit 2c96d9d23e

View file

@ -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(),