Issue #1705536 by pfrenssen: Typo in docblock block_block_list_alter().
parent
a3ee7d2a9e
commit
8acb637d5c
|
@ -785,7 +785,7 @@ function _block_load_blocks() {
|
|||
/**
|
||||
* Implements hook_block_list_alter().
|
||||
*
|
||||
* Checks the page, user role, and user-specific visibilty settings.
|
||||
* Checks the page, user role, and user-specific visibility settings.
|
||||
* Removes the block if the visibility conditions are not met.
|
||||
*/
|
||||
function block_block_list_alter(&$blocks) {
|
||||
|
|
Loading…
Reference in New Issue