Clarify comment on SpecialPage::getDescription
authorBrian Wolff <bawolff+wn@gmail.com>
Tue, 24 Dec 2013 08:00:18 +0000 (01:00 -0700)
committerBrian Wolff <bawolff+wn@gmail.com>
Tue, 24 Dec 2013 09:24:43 +0000 (02:24 -0700)
Remove mention of dynamically adding messages at runtime
(Not supported anymore)

Change-Id: I82500a6b12ffd1087211930ca62f6020caea32f7

includes/specialpage/SpecialPage.php

index e874b3e..392d04b 100644 (file)
@@ -755,10 +755,9 @@ class SpecialPage {
         * also the name that will be listed in Special:Specialpages
         *
         * Derived classes can override this, but usually it is easier to keep the
-        * default behavior. Messages can be added at run-time, see
-        * MessageCache.php.
+        * default behavior.
         *
-        * @return String
+        * @return string
         */
        function getDescription() {
                return $this->msg( strtolower( $this->mName ) )->text();