Projet

Général

Profil

Révision 3115e37e

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

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/media.views.inc
127 127
  $vars['wrapper_suffix'] = '</div>';
128 128
  $vars['list_type_prefix'] = '<' . $handler->options['type'] . ' id="media-browser-library-list" class="' . implode(' ', $class) . '">';
129 129
  $vars['list_type_suffix'] = '</' . $handler->options['type'] . '>';
130
  $vars['aria_role'] = $params['multiselect'] ? 'checkbox' : 'radio';
130
  $vars['aria_role'] = (isset($params['multiselect']) && $params['multiselect']) ? 'checkbox' : 'radio';
131 131

  
132 132
  // Run theming variables through a standard Views preprocess function.
133 133
  template_preprocess_views_view_unformatted($vars);

Formats disponibles : Unified diff