Index: trunk/phase3/includes/revisiondelete/RevisionDeleter.php |
— | — | @@ -28,12 +28,14 @@ |
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
32 | | - * Gets an array of message keys describing the changes made to the visibility |
33 | | - * of the revision. If the resulting array is $arr, then $arr[0] will contain an |
34 | | - * array of strings describing the items that were hidden, $arr[1] will contain |
35 | | - * an array of strings describing the items that were unhidden, and $arr[2] will |
36 | | - * contain an array with a single string, which can be one of "applied |
37 | | - * restrictions to sysops", "removed restrictions from sysops", or null. |
| 32 | + * Gets an array of message keys describing the changes made to the |
| 33 | + * visibility of the revision. |
| 34 | + * |
| 35 | + * If the resulting array is $arr, then $arr[0] will contain an array of |
| 36 | + * message keys describing the items that were hidden, $arr[1] will contain |
| 37 | + * an array of message keys describing the items that were unhidden, and $arr[2] |
| 38 | + * will contain an array with a single message key, which can be one of |
| 39 | + * "revdelete-restricted", "revdelete-unrestricted", or null, indicating (un)suppression. |
38 | 40 | * |
39 | 41 | * @param $n Integer: the new bitfield. |
40 | 42 | * @param $o Integer: the old bitfield. |