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 ce76725cf..fc1e71d29 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -5321,6 +5321,9 @@ function drupal_common_theme() { 'form_element' => array( 'render element' => 'element', ), + 'form_required_marker' => array( + 'arguments' => array('element' => NULL), + ), 'text_format_wrapper' => array( 'render element' => 'element', ), |