From 781517571b62c411722ab890240399f8b08c9ff7 Mon Sep 17 00:00:00 2001 From: Ryan Kaldari Date: Fri, 15 Jul 2011 17:54:50 +0000 Subject: [PATCH] better method descriptions --- includes/Title.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.20.1