aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiOpenSearch.php
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2011-07-17 16:51:11 +0000
committerSam Reed <reedy@users.mediawiki.org>2011-07-17 16:51:11 +0000
commitd5e46f96146d4d7312d0762ba21deed01f79993a (patch)
tree01068e4d54b8d993687843cff6c1044a007f20f7 /includes/api/ApiOpenSearch.php
parent6e84e9ccd980105c181fe7d61bee6190be6eca8d (diff)
downloadmediawikicore-d5e46f96146d4d7312d0762ba21deed01f79993a.tar.gz
mediawikicore-d5e46f96146d4d7312d0762ba21deed01f79993a.zip
Followup r92396
More modules documented, pretty much only action=query&list= to be done (ie links added where documentation pages exist already)
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/92400
Diffstat (limited to 'includes/api/ApiOpenSearch.php')
-rw-r--r--includes/api/ApiOpenSearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiOpenSearch.php b/includes/api/ApiOpenSearch.php
index 9a09c274f41c..ea697719ae3b 100644
--- a/includes/api/ApiOpenSearch.php
+++ b/includes/api/ApiOpenSearch.php
@@ -126,7 +126,7 @@ class ApiOpenSearch extends ApiBase {
}
public function getHelpUrls() {
- return '';
+ return 'http://www.mediawiki.org/wiki/API:Opensearch';
}
public function getVersion() {