From 051975d69702ee46b693c076bf3b644e49f2d347 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 14 Sep 2011 22:11:30 -0400 Subject: - Patch #1275214 by CashWilliams: block_load() should not refer to . --- modules/block/block.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/block') diff --git a/modules/block/block.module b/modules/block/block.module index c87c95e98..754febd27 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -668,7 +668,7 @@ function block_list($region) { * Name of the module that implements the block to load. * @param $delta * Unique ID of the block within the context of $module. Pass NULL to return - * an empty $block object for $module. + * an empty block object for $module. * * @return * A block object. -- cgit v1.2.3