From 5c52958521c70c90f6576a097855697a65d14f6f Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 22 Apr 2010 09:12:35 +0000 Subject: #560746 follow-up by chx: Split hook_block_info_alter() into list_ and info_alter() and clean up block_rehash(). --- modules/node/node.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index ee418bda8..f2e566ddd 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -2293,12 +2293,12 @@ function node_modules_uninstalled($modules) { } /** - * Implements hook_block_info_alter(). + * Implements hook_block_list_alter(). * * Check the content type specific visibilty settings. * Remove the block if the visibility conditions are not met. */ -function node_block_info_alter(&$blocks) { +function node_block_list_alter(&$blocks) { global $theme_key; // Build an array of node types for each block. -- cgit v1.2.3