X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FBlock.php;h=34b89e73a30f4396592001cfc271dc8a6f476ea7;hb=35970fb460060cab9a3984030241987a86146f09;hp=d2f430ed8bd0433aaf72500d7dc13a111d6ee6c3;hpb=8cbf3a7a109bd66d3c98c37195a7bc16778fb8f2;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Block.php b/includes/Block.php index d2f430ed8b..34b89e73a3 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -809,7 +809,7 @@ class Block { } /** - * Get the IP address at the start of the range in Hex form + * Get the IP address at the end of the range in Hex form * @throws MWException * @return String IP in Hex form */ @@ -1092,7 +1092,7 @@ class Block { * @param Bool $isAnon Exclude anonymous-only blocks if false * @param Bool $fromMaster Whether to query the master or slave database * @return Array of Blocks - * @since 1.21 + * @since 1.22 */ public static function getBlocksForIPList( array $ipChain, $isAnon, $fromMaster = false ) { if ( !count( $ipChain ) ) {