* (bug 33398) Wrong escape in online documentation for usercontribs
authorSam Reed <reedy@users.mediawiki.org>
Wed, 28 Dec 2011 13:36:32 +0000 (13:36 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Wed, 28 Dec 2011 13:36:32 +0000 (13:36 +0000)
includes/api/ApiQueryUserContributions.php

index 3ad5822..8e2f20d 100644 (file)
@@ -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',
                );