Index: trunk/phase3/includes/api/ApiQueryUserContributions.php |
— | — | @@ -441,7 +441,7 @@ |
442 | 442 | ' tags - Lists tags for the edit', |
443 | 443 | ), |
444 | 444 | '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", ), |
446 | 446 | 'tag' => 'Only list revisions tagged with this tag', |
447 | 447 | 'toponly' => 'Only list changes which are the latest revision', |
448 | 448 | ); |