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