http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90981

Revision: 90981
Author:   ialex
Date:     2011-06-28 17:20:16 +0000 (Tue, 28 Jun 2011)
Log Message:
-----------
* Fixed documentation
* Added GPL header

Modified Paths:
--------------
    trunk/phase3/includes/Wiki.php

Modified: trunk/phase3/includes/Wiki.php
===================================================================
--- trunk/phase3/includes/Wiki.php      2011-06-28 17:17:03 UTC (rev 90980)
+++ trunk/phase3/includes/Wiki.php      2011-06-28 17:20:16 UTC (rev 90981)
@@ -1,7 +1,28 @@
 <?php
 /**
- * MediaWiki is the to-be base class for this whole project
+ * Helper class for the index.php entry point.
  *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * http://www.gnu.org/copyleft/gpl.html
+ *
+ * @file
+ */
+
+/**
+ * The MediaWiki class is the helper class for the index.php entry point.
+ *
  * @internal documentation reviewed 15 Mar 2010
  */
 class MediaWiki {
@@ -34,7 +55,7 @@
        }
 
        /**
-        * Parse $request to get the Title object
+        * Parse the request to get the Title object
         *
         * @return Title object to be $wgTitle
         */


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to