r84578 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r84577‎ | r84578 | r84579 >
Date:22:43, 22 March 2011
Author:hashar
Status:reverted
Tags:
Comment:
fix @return docblock for SpecialPage::getFormAction

per CR on r84571
Modified paths:
  • /branches/hashar/prettyURL/includes/SpecialPage.php (modified) (history)

Diff [purge]

Index: branches/hashar/prettyURL/includes/SpecialPage.php
@@ -946,7 +946,7 @@
947947 /**
948948 * Get a local URL suitable for <form action="">
949949 *
950 - * @return Title local URL
 950+ * @return String this title local URL
951951 */
952952 function getFormAction( $subpage = false ) {
953953 return self::getTitleFor( $this->mName, $subpage )->getLocalURL();

Follow-up revisions

RevisionCommit summaryAuthorDate
r84694reverts pretty URL in forms....hashar19:26, 24 March 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r84571new SpecialPage->getFormAction() method...hashar22:05, 22 March 2011

Status & tagging log