add comment per bug 17961
authorIlmari Karonen <vyznev@users.mediawiki.org>
Thu, 6 Jan 2011 22:45:59 +0000 (22:45 +0000)
committerIlmari Karonen <vyznev@users.mediawiki.org>
Thu, 6 Jan 2011 22:45:59 +0000 (22:45 +0000)
maintenance/generateSitemap.php

index 30d6f73..f68b3aa 100644 (file)
@@ -441,6 +441,7 @@ class GenerateSitemap extends Maintenance {
         * Populate $this->limit
         */
        function generateLimit( $namespace ) {
+               // bug 17961: make a title with the longest possible URL in this namespace
                $title = Title::makeTitle( $namespace, str_repeat( "\xf0\xa8\xae\x81", 63 ) . "\xe5\x96\x83" );
 
                $this->limit = array(