diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-02-20 14:39:51 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-02-20 14:39:51 +0000 |
commit | 05ab3b1e8aee587f45416ef092920a620adad873 (patch) | |
tree | 23ae4b4e5646dd10d38c99c81133e0923d4fbac3 /includes/common.inc | |
parent | 90b5a506ad481b5e8876fceeadda2a751ae02160 (diff) | |
download | brdo-05ab3b1e8aee587f45416ef092920a620adad873.tar.gz brdo-05ab3b1e8aee587f45416ef092920a620adad873.tar.bz2 |
- Patch #718984 by JohnAlbin: theme_blocks() defined in drupal_common_theme() even though it no longer exists.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 3 |
1 files changed, 0 insertions, 3 deletions
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), ), |