From: Bartosz DziewoƄski Date: Mon, 7 Apr 2014 14:10:55 +0000 (+0200) Subject: ApiQueryDeletedrevs: Fix getDescription() docs X-Git-Tag: 1.31.0-rc.0~16344 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=e745f30e4eb7af70d95b0f1a4a417b1a159232f9;p=lhc%2Fweb%2Fwiklou.git ApiQueryDeletedrevs: Fix getDescription() docs Strings were incorrectly quoted. Change-Id: I5b7aa4709a9bfde36b4e81ba8ea3e15efde003b1 --- diff --git a/includes/api/ApiQueryDeletedrevs.php b/includes/api/ApiQueryDeletedrevs.php index f738c507cc..58db035ba4 100644 --- a/includes/api/ApiQueryDeletedrevs.php +++ b/includes/api/ApiQueryDeletedrevs.php @@ -494,8 +494,8 @@ class ApiQueryDeletedrevs extends ApiQueryBase { 'Operates in three modes:', ' 1) List deleted revisions for the given title(s), sorted by timestamp.', ' 2) List deleted contributions for the given user, sorted by timestamp (no titles specified).', - " 3) List all deleted revisions in the given namespace, sorted by title and timestamp', - ' (no titles specified, {$p}user not set).", + ' 3) List all deleted revisions in the given namespace, sorted by title and timestamp', + " (no titles specified, {$p}user not set).", 'Certain parameters only apply to some modes and are ignored in others.', 'For instance, a parameter marked (1) only applies to mode 1 and is ignored in modes 2 and 3.', );