r106867 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106866‎ | r106867 | r106868 >
Date:21:29, 20 December 2011
Author:brion
Status:ok (Comments)
Tags:
Comment:

grammar :) followup r106514
Modified paths:
  • /trunk/phase3/includes/api/ApiQueryRevisions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiQueryRevisions.php
@@ -606,7 +606,7 @@
607607 ' user - User that made the revision',
608608 ' userid - User id of revision creator',
609609 ' size - Length (bytes) of the revision',
610 - ' sha1 - SHA-1 (base 16) the revision',
 610+ ' sha1 - SHA-1 (base 16) of the revision',
611611 ' comment - Comment by the user for revision',
612612 ' parsedcomment - Parsed comment by the user for the revision',
613613 ' content - Text of the revision',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r106514Expose rev_sha1/ar_sha1 to API (bug 21860)aaron18:27, 17 December 2011

Comments

#Comment by Aaron Schulz (talk | contribs)   21:38, 20 December 2011

Does ApiDeletedRevs have this too?

Status & tagging log