summaryrefslogtreecommitdiff
path: root/modules/node
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-22 09:12:35 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-22 09:12:35 +0000
commit5c52958521c70c90f6576a097855697a65d14f6f (patch)
tree435af66d90a164b0a94b1ab7d16232ad89a828d9 /modules/node
parent98df60e726f0bd5ea0a3ff6a7a52daa0da169b5e (diff)
downloadbrdo-5c52958521c70c90f6576a097855697a65d14f6f.tar.gz
brdo-5c52958521c70c90f6576a097855697a65d14f6f.tar.bz2
#560746 follow-up by chx: Split hook_block_info_alter() into list_ and info_alter() and clean up block_rehash().
Diffstat (limited to 'modules/node')
-rw-r--r--modules/node/node.module4
1 files changed, 2 insertions, 2 deletions
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.