Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/modules/taxonomy.views_default.inc
6 6
 */
7 7

  
8 8
/**
9
 * Implementation of hook_views_default_views()
9
 * Implements hook_views_default_views().
10 10
 */
11 11
function taxonomy_views_default_views() {
12 12
  $views = array();
13 13

  
14
  $view = new view;
14
  $view = new view();
15 15
  $view->name = 'taxonomy_term';
16 16
  $view->description = 'A view to emulate Drupal core\'s handling of taxonomy/term.';
17 17
  $view->tag = 'default';

Formats disponibles : Unified diff