Revision 1f623f01
Added by Assos Assos almost 8 years ago
drupal7/sites/all/themes/bootstrap/templates/bootstrap/bootstrap-carousel.vars.php | ||
---|---|---|
64 | 64 |
'description' => NULL, |
65 | 65 |
'url' => NULL, |
66 | 66 |
); |
67 |
|
|
68 |
if (!empty($variables['items'][$delta]['title'])) { |
|
69 |
$variables['items'][$delta]['title'] = _bootstrap_filter_xss(render($item['title'])); |
|
70 |
} |
|
71 |
|
|
72 |
if (!empty($variables['items'][$delta]['description'])) { |
|
73 |
$variables['items'][$delta]['description'] = _bootstrap_filter_xss(render($item['description'])); |
|
74 |
} |
|
75 |
|
|
67 | 76 |
} |
68 | 77 |
} |
Also available in: Unified diff
Weekly update of contrib modules