summaryrefslogtreecommitdiff
path: root/maintenance/language/function-list.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/language/function-list.php')
-rw-r--r--maintenance/language/function-list.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/maintenance/language/function-list.php b/maintenance/language/function-list.php
index f0c398a6..7985f37d 100644
--- a/maintenance/language/function-list.php
+++ b/maintenance/language/function-list.php
@@ -7,15 +7,15 @@
define( 'MEDIAWIKI', 1 );
define( 'NOT_REALLY_MEDIAWIKI', 1 );
-class Language {}
+class Language { }
foreach ( glob( 'Language*.php' ) as $file ) {
if ( $file != 'Language.php' ) {
require_once( $file );
}
}
-$removedFunctions = array( 'date', 'time', 'timeanddate', 'formatMonth', 'formatDay',
- 'getMonthName', 'getMonthNameGen', 'getMonthAbbreviation', 'getWeekdayName',
+$removedFunctions = array( 'date', 'time', 'timeanddate', 'formatMonth', 'formatDay',
+ 'getMonthName', 'getMonthNameGen', 'getMonthAbbreviation', 'getWeekdayName',
'userAdjust', 'dateFormat', 'timeSeparator', 'timeDateSeparator', 'timeBeforeDate',
'monthByLatinNumber', 'getSpecialMonthName',