r66731 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66730‎ | r66731 | r66732 >
Date:19:15, 21 May 2010
Author:reedy
Status:ok
Tags:
Comment:
Add missing {$p}
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryUserContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryUserContributions.php
@@ -423,7 +423,7 @@
424424 'namespace' => 'Only list contributions in these namespaces',
425425 'prop' => 'Include additional pieces of information',
426426 'show' => array( "Show only items that meet this criteria, e.g. non minor edits only: {$p}show=!minor",
427 - "NOTE: if show=patrolled or {$p}show=!patrolled is set, revisions older than $wgRCMaxAge won\'t be shown", ),
 427+ "NOTE: if {$p}show=patrolled or {$p}show=!patrolled is set, revisions older than $wgRCMaxAge won\'t be shown", ),
428428 'tag' => 'Only list revisions tagged with this tag',
429429 );
430430 }

Status & tagging log