Revision 1f623f01
Added by Assos Assos almost 8 years ago
drupal7/sites/all/themes/bootstrap/templates/bootstrap/bootstrap-modal.vars.php | ||
---|---|---|
45 | 45 |
function bootstrap_process_bootstrap_modal(&$variables) { |
46 | 46 |
$variables['attributes'] = drupal_attributes($variables['attributes']); |
47 | 47 |
$variables['dialog_attributes'] = drupal_attributes($variables['dialog_attributes']); |
48 |
$variables['heading'] = _bootstrap_filter_xss(render($variables['heading'])); |
|
48 | 49 |
$variables['body'] = render($variables['body']); |
49 | 50 |
$variables['footer'] = render($variables['footer']); |
50 | 51 |
} |
Also available in: Unified diff
Weekly update of contrib modules