Projet

Général

Profil

Révision c304a780

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/plugins/content_types/node_form/node_form_log.inc
1 1
<?php
2 2

  
3 3
/**
4
 * @file
4 5
 * Plugins are described by creating a $plugin array which will be used
5 6
 * by the system that includes this file.
6 7
 */
8

  
7 9
$plugin = array(
8 10
  'single' => TRUE,
9 11
  'icon' => 'icon_node_form.png',
......
42 44
}
43 45

  
44 46
function ctools_node_form_log_content_type_edit_form($form, &$form_state) {
45
  // provide a blank form so we have a place to have context setting.
47
  // Provide a blank form so we have a place to have context setting.
46 48
  return $form;
47 49
}

Formats disponibles : Unified diff