summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-09-22 03:24:09 +0000
committerDries Buytaert <dries@buytaert.net>2010-09-22 03:24:09 +0000
commit63b9e4770b7bf205a9b707264cb6f77354f77ecd (patch)
tree71c5398c02d35c8b2d365254acdf55764817eee4 /includes/common.inc
parentcdf28e6fd6aa87b8e0302bcc88505f378a38968d (diff)
downloadbrdo-63b9e4770b7bf205a9b707264cb6f77354f77ecd.tar.gz
brdo-63b9e4770b7bf205a9b707264cb6f77354f77ecd.tar.bz2
- Patch #908282 by jbrown: theme_image() performs I/O.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
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),