Merge "mw.htmlform: Fix hiding of the textbox for 'selectorother' fields on page...
[lhc/web/wiklou.git] / includes / api / ApiDisabled.php
index 41bf9b6..684c425 100644 (file)
@@ -45,6 +45,14 @@ class ApiDisabled extends ApiBase {
        }
 
        protected function getDescriptionMessage() {
-               return 'apihelp-disabled-description';
+               return 'apihelp-disabled-summary';
+       }
+
+       protected function getSummaryMessage() {
+               return 'apihelp-disabled-summary';
+       }
+
+       protected function getExtendedDescription() {
+               return 'apihelp-disabled-extended-description';
        }
 }