Projet

Général

Profil

Révision 7547bb19

Ajouté par Assos Assos il y a environ 7 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/templates/bootstrap/bootstrap-panel.vars.php
87 87
function bootstrap_process_bootstrap_panel(&$variables) {
88 88
  $variables['attributes'] = drupal_attributes($variables['attributes']);
89 89
  if (!empty($variables['title'])) {
90
    $variables['title'] = _bootstrap_filter_xss(render($variables['title']));
90
    $variables['title'] = filter_xss_admin(render($variables['title']));
91 91
  }
92 92
  if (!empty($variables['description'])) {
93
    $variables['description'] = _bootstrap_filter_xss(render($variables['description']));
93
    $variables['description'] = filter_xss_admin(render($variables['description']));
94 94
  }
95 95
}

Formats disponibles : Unified diff