diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-09-22 03:24:09 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-09-22 03:24:09 +0000 |
commit | 63b9e4770b7bf205a9b707264cb6f77354f77ecd (patch) | |
tree | 71c5398c02d35c8b2d365254acdf55764817eee4 /includes/common.inc | |
parent | cdf28e6fd6aa87b8e0302bcc88505f378a38968d (diff) | |
download | brdo-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.inc | 2 |
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), |