r92259 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92258‎ | r92259 | r92260 >
Date:17:54, 15 July 2011
Author:kaldari
Status:ok
Tags:
Comment:
better method descriptions
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -772,7 +772,7 @@
773773 }
774774
775775 /**
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
777777 *
778778 * @return String Base name
779779 */
@@ -790,7 +790,7 @@
791791 }
792792
793793 /**
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
795795 *
796796 * @return String Subpage name
797797 */

Status & tagging log