http://www.mediawiki.org/wiki/Special:Code/MediaWiki/84578

Revision: 84578
Author:   hashar
Date:     2011-03-22 22:43:37 +0000 (Tue, 22 Mar 2011)
Log Message:
-----------
fix @return docblock for SpecialPage::getFormAction

per CR on r84571

Modified Paths:
--------------
    branches/hashar/prettyURL/includes/SpecialPage.php

Modified: branches/hashar/prettyURL/includes/SpecialPage.php
===================================================================
--- branches/hashar/prettyURL/includes/SpecialPage.php  2011-03-22 22:36:56 UTC 
(rev 84577)
+++ branches/hashar/prettyURL/includes/SpecialPage.php  2011-03-22 22:43:37 UTC 
(rev 84578)
@@ -946,7 +946,7 @@
        /**
         * Get a local URL suitable for <form action="">
         *
-        * @return Title local URL
+        * @return String this title local URL
         */
        function getFormAction( $subpage = false ) {
                return self::getTitleFor( $this->mName, $subpage 
)->getLocalURL();


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to