diff options
-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), ), |