From: Sam Reed Date: Wed, 28 Dec 2011 13:36:32 +0000 (+0000) Subject: * (bug 33398) Wrong escape in online documentation for usercontribs X-Git-Tag: 1.31.0-rc.0~25702 X-Git-Url: https://git.cyclocoop.org/%7B%7B%20url_for%28%27votes%27%2C%20votes=%27waiting%27%29%20%7D%7D?a=commitdiff_plain;h=f36b8f062337b72e3c45989848ff14b74b8bb208;p=lhc%2Fweb%2Fwiklou.git * (bug 33398) Wrong escape in online documentation for usercontribs --- 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', );