Followup r92396, add help urls for most of the core (non query) modules
[lhc/web/wiklou.git] / includes / api / ApiProtect.php
index 021c687..c87cf43 100644 (file)
@@ -224,6 +224,10 @@ class ApiProtect extends ApiBase {
                );
        }
 
+       public function getHelpUrls() {
+               return 'http://www.mediawiki.org/wiki/API:Protect';
+       }
+
        public function getVersion() {
                return __CLASS__ . ': $Id$';
        }