diff options
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index ee1b10c2c..a79979264 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5579,6 +5579,9 @@ function drupal_common_theme() { 'form_required_marker' => array( 'arguments' => array('element' => NULL), ), + 'form_element_label' => array( + 'render element' => 'element', + ), 'text_format_wrapper' => array( 'render element' => 'element', ), |