X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=blobdiff_plain;f=includes%2FTitle.php;h=e3ceaee96fa7ad75311a0eaced7e5f35642ae62c;hb=d65fc1eb3437df31493f40380d0f985b9df0492e;hp=50721afd425e428d2424e68b23eae6920a302143;hpb=1b198a836deeb54857caccb7b11cd3f6a17d52a2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Title.php b/includes/Title.php index 50721afd42..e3ceaee96f 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1261,6 +1261,7 @@ class Title implements LinkTarget { * show "inactive" CSS or JS. * * @return bool + * @todo FIXME: Rename to isSiteConfigPage() and remove deprecated hook */ public function isCssOrJsPage() { $isCssOrJsPage = NS_MEDIAWIKI == $this->mNamespace @@ -1279,6 +1280,7 @@ class Title implements LinkTarget { /** * Is this a .css or .js subpage of a user page? * @return bool + * @todo FIXME: Rename to isUserConfigPage() */ public function isCssJsSubpage() { return ( NS_USER == $this->mNamespace && $this->isSubpage()