Projet

Général

Profil

Révision eefc2ac0

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/themes/bootstrap/includes/alter.inc
1 1
<?php
2

  
2 3
/**
3 4
 * @file
4 5
 * alter.inc
......
158 159
 * @return array
159 160
 *   The altered element info array.
160 161
 */
161
function _bootstrap_element_info_array_merge($info, $cached) {
162
function _bootstrap_element_info_array_merge(array $info, array $cached) {
162 163
  foreach ($cached as $type => $element) {
163 164
    $replacement_data = isset($element['#bootstrap_replace']) ? $element['#bootstrap_replace'] : array();
164 165
    unset($element['#bootstrap_replace']);

Formats disponibles : Unified diff