Projet

Général

Profil

Révision 1f623f01

Ajouté par Assos Assos il y a plus de 7 ans

Weekly update of contrib modules

Voir les différences:

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
}

Formats disponibles : Unified diff