Projet

Général

Profil

Révision 2b3c8cc1

Ajouté par Assos Assos il y a presque 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/media/modules/media_bulk_upload/media_bulk_upload.module
154 154
  if ($form_id != 'media_edit' && (strpos($form_id, 'media_edit') === 0)) {
155 155
    $forms[$form_id] = array(
156 156
      'callback' => 'file_entity_edit',
157
      'wrapper_callback' => 'media_bulk_upload_prepare_edit_form',
157 158
    );
158 159
  }
159 160
  return $forms;
160 161
}
161 162

  
163
function media_bulk_upload_prepare_edit_form($form, &$form_state) {
164
  form_load_include($form_state, 'inc', 'file_entity', 'file_entity.pages');
165
}
166

  
162 167
/**
163 168
 * Access callback for the media-multi form.
164 169
 *

Formats disponibles : Unified diff