Index: trunk/phase3/includes/specials/SpecialRevisiondelete.php |
— | — | @@ -475,8 +475,9 @@ |
476 | 476 | * @param $desc String: description to add to the array if the option was |
477 | 477 | * enabled / disabled. |
478 | 478 | * @param $field Integer: the bitmask describing the single option. |
479 | | - * @param $diff Integer: The xor of the old and new bitfields. |
480 | | - * @param $arr Array: The array to update. |
| 479 | + * @param $diff Integer: the xor of the old and new bitfields. |
| 480 | + * @param $new Integer: the new bitfield |
| 481 | + * @param $arr Array: the array to update. |
481 | 482 | */ |
482 | 483 | protected static function checkItem( $desc, $field, $diff, $new, &$arr ) { |
483 | 484 | if( $diff & $field ) { |