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

  
14
  $view = new view;
14
  $view = new view();
15 15
  $view->name = 'backlinks';
16 16
  $view->description = 'Displays a list of nodes that link to the node, using the search backlinks table.';
17 17
  $view->tag = 'default';

Formats disponibles : Unified diff