aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiDelete.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/api/ApiDelete.php')
-rw-r--r--includes/api/ApiDelete.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/api/ApiDelete.php b/includes/api/ApiDelete.php
index 979e8e12637c..ace11773bc1d 100644
--- a/includes/api/ApiDelete.php
+++ b/includes/api/ApiDelete.php
@@ -276,6 +276,10 @@ class ApiDelete extends ApiBase {
);
}
+ public function getHelpUrls() {
+ return 'http://www.mediawiki.org/wiki/API:Delete';
+ }
+
public function getVersion() {
return __CLASS__ . ': $Id$';
}