r97240 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r97239‎ | r97240 | r97241 >
Date:06:23, 16 September 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Improve r97239 with comments from Aaron. Also fixed another typo that was lurking there.
Modified paths:
  • /trunk/phase3/includes/revisiondelete/RevisionDeleter.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/revisiondelete/RevisionDeleter.php
@@ -37,8 +37,8 @@
3838 * will contain an array with a single message key, which can be one of
3939 * "revdelete-restricted", "revdelete-unrestricted" indicating (un)suppression
4040 * or null to indicate nothing in particular.
41 - * You can turn the keys in 0 and 1 into message keys by appendin -hid and
42 - * and -unhid to they keys respectively.
 41+ * You can turn the keys in $arr[0] and $arr[1] into message keys by
 42+ * appending -hid and and -unhid to the keys respectively.
4343 *
4444 * @param $n Integer: the new bitfield.
4545 * @param $o Integer: the old bitfield.

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r97239* Fixed indentation...nikerabbit06:15, 16 September 2011

Status & tagging log