diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.admin.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 3be8ea184..d40a6e070 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -158,7 +158,6 @@ function system_themes_page() { 'alt' => t('Screenshot for !theme theme', array('!theme' => $theme->info['name'])), 'title' => t('Screenshot for !theme theme', array('!theme' => $theme->info['name'])), 'attributes' => array('class' => array('screenshot')), - 'getsize' => FALSE, ); break; } |