summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/block/block.module3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/block/block.module b/modules/block/block.module
index 0cda4e239..48c80d766 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -692,6 +692,9 @@ function block_list($region) {
/**
* Loads a block object from the database.
*
+ * This function returns the first block matching the module and delta
+ * parameters, so it should not be used for theme-specific functionality.
+ *
* @param $module
* Name of the module that implements the block to load.
* @param $delta