Localisation updates for core messages from Betawiki (2008-03-14 18:02 CET)
[lhc/web/wiklou.git] / includes / Defines.php
index 1be90f9..2d6aee5 100644 (file)
@@ -268,8 +268,8 @@ define( 'MW_SUPPORTS_PARSERFIRSTCALLINIT', 1 );
 # Parameter to Parser::startExternalParse().
 define( 'OT_HTML', 1 );
 define( 'OT_WIKI', 2 );
-define( 'OT_MSG' , 3 );
-define( 'OT_PREPROCESS', 4 );
+define( 'OT_PREPROCESS', 3 );
+define( 'OT_MSG' , 3 );  // b/c alias for OT_PREPROCESS
 
 # Flags for Parser::setFunctionHook
 define( 'SFH_NO_HASH', 1 );