diff options
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 9f8b6a66b..ee1b10c2c 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5427,7 +5427,7 @@ function drupal_common_theme() { 'variables' => array('links' => NULL), ), 'table' => array( - 'variables' => array('header' => NULL, 'rows' => NULL, 'attributes' => array(), 'caption' => NULL, 'colgroups' => array(), 'sticky' => TRUE), + 'variables' => array('header' => NULL, 'rows' => NULL, 'attributes' => array(), 'caption' => NULL, 'colgroups' => array(), 'sticky' => TRUE, 'empty' => ''), ), 'table_select_header_cell' => array( 'variables' => array(), |