- Patch #1275214 by CashWilliams: block_load() should not refer to .

merge-requests/26/head
Dries Buytaert 2011-09-14 22:11:30 -04:00
parent e3dbe65680
commit 051975d697
1 changed files with 1 additions and 1 deletions

View File

@ -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.