Index: trunk/phase3/includes/Block.php |
— | — | @@ -128,6 +128,7 @@ |
129 | 129 | * @param $address string The IP address of the user, or blank to skip IP blocks |
130 | 130 | * @param $user int The user ID, or zero for anonymous users |
131 | 131 | * @param $killExpired bool Whether to delete expired rows while loading |
| 132 | + * @return bool The user is blocked from editing |
132 | 133 | * |
133 | 134 | */ |
134 | 135 | function load( $address = '', $user = 0, $killExpired = true ) { |