summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-09-14 22:11:30 -0400
committerDries Buytaert <dries@buytaert.net>2011-09-14 22:11:30 -0400
commit051975d69702ee46b693c076bf3b644e49f2d347 (patch)
treee80d4af83fd2a5ffebd7f801891e64cb430d161a /modules/block
parente3dbe65680d7f997dff31998232d3241910b27c1 (diff)
downloadbrdo-051975d69702ee46b693c076bf3b644e49f2d347.tar.gz
brdo-051975d69702ee46b693c076bf3b644e49f2d347.tar.bz2
- Patch #1275214 by CashWilliams: block_load() should not refer to .
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.module2
1 files changed, 1 insertions, 1 deletions
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.