From 569bbdef1ba397998594e66aedc4fb89a69b98a9 Mon Sep 17 00:00:00 2001 From: Brian Wolff Date: Tue, 24 Dec 2013 01:00:18 -0700 Subject: [PATCH] Clarify comment on SpecialPage::getDescription Remove mention of dynamically adding messages at runtime (Not supported anymore) Change-Id: I82500a6b12ffd1087211930ca62f6020caea32f7 --- includes/specialpage/SpecialPage.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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(); -- 2.20.1