From d1f2eb996d1267712a13fce13eac3efb11e85f3e Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Fri, 21 May 2010 19:15:35 +0000 Subject: [PATCH] Add missing {$p} --- includes/api/ApiQueryUserContributions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ); } -- 2.20.1