From: Aaron Schulz Date: Thu, 15 Sep 2011 21:22:11 +0000 (+0000) Subject: RevisionDeleter::getChanges() documentation cleanup X-Git-Tag: 1.31.0-rc.0~27624 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=3cc92e6e691228fe49db94ba84fc651a21dfdea2;p=lhc%2Fweb%2Fwiklou.git RevisionDeleter::getChanges() documentation cleanup --- diff --git a/includes/revisiondelete/RevisionDeleter.php b/includes/revisiondelete/RevisionDeleter.php index 0d67774fe6..b6d3cb6966 100644 --- a/includes/revisiondelete/RevisionDeleter.php +++ b/includes/revisiondelete/RevisionDeleter.php @@ -28,12 +28,14 @@ class RevisionDeleter { } /** - * Gets an array of message keys describing the changes made to the visibility - * of the revision. If the resulting array is $arr, then $arr[0] will contain an - * array of strings describing the items that were hidden, $arr[1] will contain - * an array of strings describing the items that were unhidden, and $arr[2] will - * contain an array with a single string, which can be one of "applied - * restrictions to sysops", "removed restrictions from sysops", or null. + * Gets an array of message keys describing the changes made to the + * visibility of the revision. + * + * If the resulting array is $arr, then $arr[0] will contain an array of + * message keys describing the items that were hidden, $arr[1] will contain + * an array of message keys describing the items that were unhidden, and $arr[2] + * will contain an array with a single message key, which can be one of + * "revdelete-restricted", "revdelete-unrestricted", or null, indicating (un)suppression. * * @param $n Integer: the new bitfield. * @param $o Integer: the old bitfield.