Index: trunk/extensions/Contest/specials/SpecialContestWelcome.php |
— | — | @@ -23,15 +23,6 @@ |
24 | 24 | } |
25 | 25 | |
26 | 26 | /** |
27 | | - * @see SpecialPage::getDescription |
28 | | - * |
29 | | - * @since 0.1 |
30 | | - */ |
31 | | - public function getDescription() { |
32 | | - return wfMsg( 'special-' . strtolower( $this->getName() ) ); |
33 | | - } |
34 | | - |
35 | | - /** |
36 | 27 | * Main method. |
37 | 28 | * |
38 | 29 | * @since 0.1 |