Index: trunk/phase3/includes/api/ApiQueryUserContributions.php |
— | — | @@ -423,7 +423,7 @@ |
424 | 424 | 'namespace' => 'Only list contributions in these namespaces', |
425 | 425 | 'prop' => 'Include additional pieces of information', |
426 | 426 | '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", ), |
428 | 428 | 'tag' => 'Only list revisions tagged with this tag', |
429 | 429 | ); |
430 | 430 | } |