aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryIWLinks.php
diff options
context:
space:
mode:
authorSam Reed <reedy@users.mediawiki.org>2011-12-16 15:45:16 +0000
committerSam Reed <reedy@users.mediawiki.org>2011-12-16 15:45:16 +0000
commit1b46e91efdb021d7e3522d150b8a68f34e609232 (patch)
tree300c1788456e441c8e57a4d258304c6e76887e93 /includes/api/ApiQueryIWLinks.php
parent6c80c5ff87e913efab0a9a3a5541fa72c6071599 (diff)
downloadmediawikicore-1b46e91efdb021d7e3522d150b8a68f34e609232.tar.gz
mediawikicore-1b46e91efdb021d7e3522d150b8a68f34e609232.zip
Convert a few more descriptions
Ping r106439
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/106441
Diffstat (limited to 'includes/api/ApiQueryIWLinks.php')
-rw-r--r--includes/api/ApiQueryIWLinks.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php
index 6e37d3e908e0..be83db89e8ad 100644
--- a/includes/api/ApiQueryIWLinks.php
+++ b/includes/api/ApiQueryIWLinks.php
@@ -178,8 +178,7 @@ class ApiQueryIWLinks extends ApiQueryBase {
public function getExamples() {
return array(
- 'Get interwiki links from the [[Main Page]]:',
- ' api.php?action=query&prop=iwlinks&titles=Main%20Page',
+ 'api.php?action=query&prop=iwlinks&titles=Main%20Page' => 'Get interwiki links from the [[Main Page]]:',
);
}