r87242 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87241‎ | r87242 | r87243 >
Date:11:12, 2 May 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r87225

Best to rename everything when you rename something
Modified paths:
  • /trunk/phase3/includes/api/ApiComparePages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiComparePages.php
@@ -91,10 +91,10 @@
9292
9393 public function getParamDescription() {
9494 return array(
95 - 'title1' => 'First title to compare',
96 - 'rev1' => 'First revision to compare',
97 - 'title2' => 'Second title to compare',
98 - 'rev2' => 'Second revision to compare',
 95+ 'fromtitle' => 'First title to compare',
 96+ 'fromrev' => 'First revision to compare',
 97+ 'totitle' => 'Second title to compare',
 98+ 'torev' => 'Second revision to compare',
9999 );
100100 }
101101 public function getDescription() {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87225* (bug 27185) API: Add Special:ComparePagesreedy21:56, 1 May 2011

Status & tagging log