Index: trunk/phase3/includes/Title.php |
— | — | @@ -772,7 +772,7 @@ |
773 | 773 | } |
774 | 774 | |
775 | 775 | /** |
776 | | - * Get the base name, i.e. the leftmost parts before the / |
| 776 | + * Get the base page name, i.e. the leftmost part before any slashes |
777 | 777 | * |
778 | 778 | * @return String Base name |
779 | 779 | */ |
— | — | @@ -790,7 +790,7 @@ |
791 | 791 | } |
792 | 792 | |
793 | 793 | /** |
794 | | - * Get the lowest-level subpage name, i.e. the rightmost part after / |
| 794 | + * Get the lowest-level subpage name, i.e. the rightmost part after any slashes |
795 | 795 | * |
796 | 796 | * @return String Subpage name |
797 | 797 | */ |