From: Brian Wolff Date: Tue, 24 Dec 2013 08:00:18 +0000 (-0700) Subject: Clarify comment on SpecialPage::getDescription X-Git-Tag: 1.31.0-rc.0~17524^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=569bbdef1ba397998594e66aedc4fb89a69b98a9;p=lhc%2Fweb%2Fwiklou.git Clarify comment on SpecialPage::getDescription Remove mention of dynamically adding messages at runtime (Not supported anymore) Change-Id: I82500a6b12ffd1087211930ca62f6020caea32f7 --- diff --git a/includes/specialpage/SpecialPage.php b/includes/specialpage/SpecialPage.php index e874b3e2df..392d04b02d 100644 --- a/includes/specialpage/SpecialPage.php +++ b/includes/specialpage/SpecialPage.php @@ -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();