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_attachments.inc
1 1
<?php
2 2

  
3
/**
4
 * @file
5
 */
6

  
3 7
if (module_exists('upload')) {
4 8
  /**
5 9
   * Plugins are described by creating a $plugin array which will be used
......
46 50
}
47 51

  
48 52
function ctools_node_form_attachments_content_type_edit_form($form, &$form_state) {
49
  // provide a blank form so we have a place to have context setting.
53
  // Provide a blank form so we have a place to have context setting.
50 54
  return $form;
51 55
}

Formats disponibles : Unified diff