Projet

Général

Profil

Révision 5e632cae

Ajouté par Assos Assos il y a plus de 3 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/field_collection/field_collection.info.inc
32 32
      foreach ($bundles as $bundle => $fields) {
33 33
        if (array_intersect_key($fields, $field_collection_fields)) {
34 34
          $args = array('@type' => $entity_types[$entity_type]['label']);
35
          $properties["host_entity_$entity_type"] = array(
35
          $properties["host_entity_{$entity_type}"] = array(
36 36
            'label' => t('Host entity (@type)', $args),
37 37
            'type' => $entity_type,
38 38
            'description' => t('The @type containing the field collection field (empty if this field collection is attached to an item of a different type).', $args),

Formats disponibles : Unified diff