Revision 1f623f01
Added by Assos Assos almost 8 years ago
drupal7/sites/all/themes/bootstrap/templates/bootstrap/bootstrap-panel.vars.php | ||
---|---|---|
86 | 86 |
*/ |
87 | 87 |
function bootstrap_process_bootstrap_panel(&$variables) { |
88 | 88 |
$variables['attributes'] = drupal_attributes($variables['attributes']); |
89 |
if (!empty($variables['title'])) { |
|
90 |
$variables['title'] = _bootstrap_filter_xss(render($variables['title'])); |
|
91 |
} |
|
92 |
if (!empty($variables['description'])) { |
|
93 |
$variables['description'] = _bootstrap_filter_xss(render($variables['description'])); |
|
94 |
} |
|
89 | 95 |
} |
Also available in: Unified diff
Weekly update of contrib modules