From 926cf89eb1b79c0372ca491a45880a62f4904f26 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 22 Sep 2008 13:33:06 +0000 Subject: [PATCH] Add comment --- includes/Block.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/Block.php b/includes/Block.php index 9e12f3332c..092b8e89b8 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -128,6 +128,7 @@ class Block { * @param $address string The IP address of the user, or blank to skip IP blocks * @param $user int The user ID, or zero for anonymous users * @param $killExpired bool Whether to delete expired rows while loading + * @return bool The user is blocked from editing * */ function load( $address = '', $user = 0, $killExpired = true ) { -- 2.20.1