X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2Fsite%2FMediaWikiSite.php;h=029919c49ddd24d28b229018ca2a4fcfa49076ea;hb=271da8812794176ce928978b77dbd2a6381d8193;hp=95631f8e95c6bb50c58fffe2606285b9870fe865;hpb=4bdfdcbae3b738055fe1cc106ab1acb7e10abd99;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/site/MediaWikiSite.php b/includes/site/MediaWikiSite.php index 95631f8e95..029919c49d 100644 --- a/includes/site/MediaWikiSite.php +++ b/includes/site/MediaWikiSite.php @@ -113,9 +113,9 @@ class MediaWikiSite extends Site { return $t->getPrefixedText(); } else { - // Make sure the string is normalized into NFC (due to the bug 40017) + // Make sure the string is normalized into NFC (due to T42017) // but do nothing to the whitespaces, that should work appropriately. - // @see https://bugzilla.wikimedia.org/show_bug.cgi?id=40017 + // @see https://phabricator.wikimedia.org/T42017 $pageName = UtfNormal\Validator::cleanUp( $pageName ); // Build the args for the specific call