Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/124328

Change subject: ApiQueryDeletedrevs: Fix getDescription() docs
......................................................................

ApiQueryDeletedrevs: Fix getDescription() docs

Strings were incorrectly quoted.

Change-Id: I5b7aa4709a9bfde36b4e81ba8ea3e15efde003b1
---
M includes/api/ApiQueryDeletedrevs.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/28/124328/1

diff --git a/includes/api/ApiQueryDeletedrevs.php 
b/includes/api/ApiQueryDeletedrevs.php
index f738c50..58db035 100644
--- a/includes/api/ApiQueryDeletedrevs.php
+++ b/includes/api/ApiQueryDeletedrevs.php
@@ -494,8 +494,8 @@
                        '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.',
                );

-- 
To view, visit https://gerrit.wikimedia.org/r/124328
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5b7aa4709a9bfde36b4e81ba8ea3e15efde003b1
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to