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 2940d53b2..d80aefeee 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3717,6 +3717,9 @@ function drupal_common_theme() { 'form_element' => array( 'arguments' => array('element' => NULL), ), + 'text_format_wrapper' => array( + 'arguments' => array('element' => NULL), + ), ); } |