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