From: Niklas Laxström Date: Fri, 16 Sep 2011 06:23:48 +0000 (+0000) Subject: Improve r97239 with comments from Aaron. Also fixed another typo that was lurking... X-Git-Tag: 1.31.0-rc.0~27620 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=3b906b320ef2abdd103956c2b7a8f9b8604a244d;p=lhc%2Fweb%2Fwiklou.git Improve r97239 with comments from Aaron. Also fixed another typo that was lurking there. --- diff --git a/includes/revisiondelete/RevisionDeleter.php b/includes/revisiondelete/RevisionDeleter.php index ff62f7ebd8..7868cb73f9 100644 --- a/includes/revisiondelete/RevisionDeleter.php +++ b/includes/revisiondelete/RevisionDeleter.php @@ -37,8 +37,8 @@ class RevisionDeleter { * will contain an array with a single message key, which can be one of * "revdelete-restricted", "revdelete-unrestricted" indicating (un)suppression * or null to indicate nothing in particular. - * You can turn the keys in 0 and 1 into message keys by appendin -hid and - * and -unhid to they keys respectively. + * You can turn the keys in $arr[0] and $arr[1] into message keys by + * appending -hid and and -unhid to the keys respectively. * * @param $n Integer: the new bitfield. * @param $o Integer: the old bitfield.