Modified Special:Categories to subclass SpecialPage
[lhc/web/wiklou.git] / includes / Defines.php
index 7be569a..5fa510c 100644 (file)
@@ -209,6 +209,7 @@ define( 'OT_HTML', 1 );
 define( 'OT_WIKI', 2 );
 define( 'OT_PREPROCESS', 3 );
 define( 'OT_MSG' , 3 );  // b/c alias for OT_PREPROCESS
+define( 'OT_PLAIN', 4 );
 
 # Flags for Parser::setFunctionHook
 define( 'SFH_NO_HASH', 1 );