Followup r92396, add help urls for most of the core (non query) modules
[lhc/web/wiklou.git] / includes / api / ApiDelete.php
index 979e8e1..ace1177 100644 (file)
@@ -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$';
        }