From: Sam Reed Date: Fri, 21 May 2010 19:15:35 +0000 (+0000) Subject: Add missing {$p} X-Git-Tag: 1.31.0-rc.0~36770 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22messagerie%22%29%20.%20%22?a=commitdiff_plain;h=d1f2eb996d1267712a13fce13eac3efb11e85f3e;p=lhc%2Fweb%2Fwiklou.git Add missing {$p} --- diff --git a/includes/api/ApiQueryUserContributions.php b/includes/api/ApiQueryUserContributions.php index aae26d0ac4..c866def2ff 100644 --- a/includes/api/ApiQueryUserContributions.php +++ b/includes/api/ApiQueryUserContributions.php @@ -423,7 +423,7 @@ class ApiQueryContributions extends ApiQueryBase { 'namespace' => 'Only list contributions in these namespaces', 'prop' => 'Include additional pieces of information', 'show' => array( "Show only items that meet this criteria, e.g. non minor edits only: {$p}show=!minor", - "NOTE: if show=patrolled or {$p}show=!patrolled is set, revisions older than $wgRCMaxAge won\'t be shown", ), + "NOTE: if {$p}show=patrolled or {$p}show=!patrolled is set, revisions older than $wgRCMaxAge won\'t be shown", ), 'tag' => 'Only list revisions tagged with this tag', ); }