X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fsite%2FSite.php;h=f5e3f22ee6b32ad136164c6c13da08dbcedcdc0e;hp=55aad7783117dee5731dff0ed5568549e9eceed1;hb=54d50ef3921dc9f30dc4d863ddc471dc564998e9;hpb=3d54d208bc0dd54baef18b3891ff0faf1d300214 diff --git a/includes/site/Site.php b/includes/site/Site.php index 55aad77831..f5e3f22ee6 100644 --- a/includes/site/Site.php +++ b/includes/site/Site.php @@ -382,8 +382,10 @@ class Site implements Serializable { } /** - * Returns $pageName without changes. - * Subclasses may override this to apply some kind of normalization. + * Attempt to normalize the page name in some fashion. + * May return false to indicate various kinds of failure. + * + * This implementation returns $pageName without changes. * * @see Site::normalizePageName *