r66870 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66869‎ | r66870 | r66871 >
Date:12:43, 25 May 2010
Author:reedy
Status:ok
Tags:
Comment:
Remove &redirects from example
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryIWLinks.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryIWLinks.php
@@ -134,7 +134,7 @@
135135 protected function getExamples() {
136136 return array(
137137 'Get interwiki links from the [[Main Page]]:',
138 - ' api.php?action=query&prop=iwlinks&titles=Main%20Page&redirects',
 138+ ' api.php?action=query&prop=iwlinks&titles=Main%20Page',
139139 );
140140 }
141141

Status & tagging log