Phpdoc comments and place holder. Part of the subpackage "maintenance", archives...
[lhc/web/wiklou.git] / maintenance / InitialiseMessages.inc
index 2d6f765..9f8da0d 100755 (executable)
@@ -1,9 +1,16 @@
 <?php
-# Script to initialise the MediaWiki namespace
-
-# This script is included from update.php and install.php. Do not run it 
-# by itself.
-
+/**
+ * Script to initialise the MediaWiki namespace
+ *
+ * This script is included from update.php and install.php. Do not run it 
+ * by itself.
+ *
+ * @deprecated
+ * @package MediaWiki
+ * @subpackage Maintenance
+ */
+
+/** */
 function initialiseMessages( $overwrite = false, $messageArray = false ) {
        global $wgLang, $wgScript, $wgServer, $wgAllMessagesEn;
        global $wgOut, $wgArticle, $wgUser;