http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97240

Revision: 97240
Author:   nikerabbit
Date:     2011-09-16 06:23:48 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
Improve r97239 with comments from Aaron. Also fixed another typo that was 
lurking there.

Modified Paths:
--------------
    trunk/phase3/includes/revisiondelete/RevisionDeleter.php

Modified: trunk/phase3/includes/revisiondelete/RevisionDeleter.php
===================================================================
--- trunk/phase3/includes/revisiondelete/RevisionDeleter.php    2011-09-16 
06:15:44 UTC (rev 97239)
+++ trunk/phase3/includes/revisiondelete/RevisionDeleter.php    2011-09-16 
06:23:48 UTC (rev 97240)
@@ -37,8 +37,8 @@
         * 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.


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

Reply via email to