Add comment
authorAaron Schulz <aaron@users.mediawiki.org>
Mon, 22 Sep 2008 13:33:06 +0000 (13:33 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Mon, 22 Sep 2008 13:33:06 +0000 (13:33 +0000)
includes/Block.php

index 9e12f33..092b8e8 100644 (file)
@@ -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 ) {