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

merge-requests/26/head
David Rothstein 2013-03-30 15:36:25 -04:00
parent e1b5a52848
commit e66de8b026
1 changed files with 1 additions and 1 deletions

View File

@ -740,7 +740,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) {