]> scripts.mit.edu Git - autoinstalls/mediawiki.git/blobdiff - includes/Utf8Case.php
MediaWiki 1.11.0
[autoinstalls/mediawiki.git] / includes / Utf8Case.php
index 9a2c73023de144b3e2c595c22191b05abf07f4dd..1d3af41c987527bf3bc54b99c78c3edf92fd0ecd 100644 (file)
@@ -6,9 +6,8 @@
  * Hack for bugs in ucfirst() and company
  *
  * These are pulled from memcached if possible, as this is faster than filling
- * up a big array manually. See also languages/LanguageUtf8.php
- * @package MediaWiki
- * @subpackage Language
+ * up a big array manually.
+ * @addtogroup Language
  */
 
 /*
@@ -1503,4 +1502,4 @@ $wikiLowerChars = array (
        "\xf0\x90\x90\xa5" => "\xf0\x90\x91\x8d"
 );
 
-?>
+