From: Ryan Kaldari Date: Fri, 15 Jul 2011 17:54:50 +0000 (+0000) Subject: better method descriptions X-Git-Tag: 1.31.0-rc.0~28818 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=781517571b62c411722ab890240399f8b08c9ff7;p=lhc%2Fweb%2Fwiklou.git better method descriptions --- diff --git a/includes/Title.php b/includes/Title.php index 5dccdf93ef..6646a75498 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -772,7 +772,7 @@ class Title { } /** - * Get the base name, i.e. the leftmost parts before the / + * Get the base page name, i.e. the leftmost part before any slashes * * @return String Base name */ @@ -790,7 +790,7 @@ class Title { } /** - * Get the lowest-level subpage name, i.e. the rightmost part after / + * Get the lowest-level subpage name, i.e. the rightmost part after any slashes * * @return String Subpage name */