From f36b8f062337b72e3c45989848ff14b74b8bb208 Mon Sep 17 00:00:00 2001 From: Sam Reed Date: Wed, 28 Dec 2011 13:36:32 +0000 Subject: [PATCH] * (bug 33398) Wrong escape in online documentation for usercontribs --- 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 3ad582211c..8e2f20db28 100644 --- a/includes/api/ApiQueryUserContributions.php +++ b/includes/api/ApiQueryUserContributions.php @@ -441,7 +441,7 @@ class ApiQueryContributions extends ApiQueryBase { ' tags - Lists tags for the edit', ), 'show' => array( "Show only items that meet this criteria, e.g. non minor edits only: {$p}show=!minor", - "NOTE: if {$p}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 ($wgRCMaxAge) won't be shown", ), 'tag' => 'Only list revisions tagged with this tag', 'toponly' => 'Only list changes which are the latest revision', ); -- 2.20.1