From e745f30e4eb7af70d95b0f1a4a417b1a159232f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Mon, 7 Apr 2014 16:10:55 +0200 Subject: [PATCH] ApiQueryDeletedrevs: Fix getDescription() docs Strings were incorrectly quoted. Change-Id: I5b7aa4709a9bfde36b4e81ba8ea3e15efde003b1 --- includes/api/ApiQueryDeletedrevs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.', ); -- 2.20.1