From 63b9e4770b7bf205a9b707264cb6f77354f77ecd Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 22 Sep 2010 03:24:09 +0000 Subject: - Patch #908282 by jbrown: theme_image() performs I/O. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 6c679857b..e74d1c0a7 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5842,7 +5842,7 @@ function drupal_common_theme() { // - http://dev.w3.org/html5/spec/Overview.html#alt // The title attribute is optional in all cases, so it is omitted by // default. - 'variables' => array('path' => NULL, 'alt' => '', 'title' => NULL, 'attributes' => array(), 'getsize' => TRUE), + 'variables' => array('path' => NULL, 'width' => NULL, 'height' => NULL, 'alt' => '', 'title' => NULL, 'attributes' => array()), ), 'breadcrumb' => array( 'variables' => array('breadcrumb' => NULL), -- cgit v1.2.3