Issue #1705536 by pfrenssen: Typo in docblock block_block_list_alter().

8.0.x
catch 2012-08-07 11:22:48 +01:00
parent a3ee7d2a9e
commit 8acb637d5c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {