diff options
Diffstat (limited to 'includes/api/ApiHelp.php')
-rw-r--r-- | includes/api/ApiHelp.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/includes/api/ApiHelp.php b/includes/api/ApiHelp.php index d16fd29a96d0..d5f13e156fb1 100644 --- a/includes/api/ApiHelp.php +++ b/includes/api/ApiHelp.php @@ -130,9 +130,7 @@ class ApiHelp extends ApiBase { } public function getDescription() { - return array( - 'Display this help screen. Or the help screen for the specified module' - ); + return 'Display this help screen. Or the help screen for the specified module'; } protected function getExamples() { |