r107487 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r107486‎ | r107487 | r107488 >
Date:13:36, 28 December 2011
Author:reedy
Status:ok
Tags:
Comment:
* (bug 33398) Wrong escape in online documentation for usercontribs
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryUserContributions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryUserContributions.php
@@ -441,7 +441,7 @@
442442 ' tags - Lists tags for the edit',
443443 ),
444444 'show' => array( "Show only items that meet this criteria, e.g. non minor edits only: {$p}show=!minor",
445 - "NOTE: if {$p}show=patrolled or {$p}show=!patrolled is set, revisions older than $wgRCMaxAge won\'t be shown", ),
 445+ "NOTE: if {$p}show=patrolled or {$p}show=!patrolled is set, revisions older than \$wgRCMaxAge ($wgRCMaxAge) won't be shown", ),
446446 'tag' => 'Only list revisions tagged with this tag',
447447 'toponly' => 'Only list changes which are the latest revision',
448448 );

Status & tagging log