From 05ab3b1e8aee587f45416ef092920a620adad873 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Feb 2010 14:39:51 +0000 Subject: - Patch #718984 by JohnAlbin: theme_blocks() defined in drupal_common_theme() even though it no longer exists. --- includes/common.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 8e967f4aa..8c5300455 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5045,9 +5045,6 @@ function drupal_common_theme() { 'more_link' => array( 'variables' => array('url' => NULL, 'title' => NULL) ), - 'blocks' => array( - 'variables' => array('region' => NULL), - ), 'username' => array( 'variables' => array('account' => NULL), ), -- cgit v1.2.3