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/comment.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 comment_views_default_views() {
12 12
  $views = array();
13 13

  
14
  $view = new view;
14
  $view = new view();
15 15
  $view->name = 'comments_recent';
16 16
  $view->description = 'Contains a block and a page to list recent comments; the block will automatically link to the page, which displays the comment body as well as a link to the node.';
17 17
  $view->tag = 'default';
......
122 122

  
123 123
  $views['comments_recent'] = $view;
124 124

  
125
  $view = new view;
125
  $view = new view();
126 126
  $view->name = 'tracker';
127 127
  $view->description = 'Shows all new activity on system.';
128 128
  $view->tag = 'default';

Formats disponibles : Unified diff