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/access/entity_bundle.inc
43 43
}
44 44

  
45 45
/**
46
 * Settings form for the 'by entity_bundle' access plugin
46
 * Settings form for the 'by entity_bundle' access plugin.
47 47
 */
48 48
function ctools_entity_bundle_ctools_access_settings($form, &$form_state, $conf) {
49 49
  $plugin = $form_state['plugin'];
......
133 133

  
134 134
  return format_plural(count($names), '@identifier is bundle "@types"', '@identifier bundle is one of "@types"', array('@types' => implode(', ', $names), '@identifier' => $context->identifier));
135 135
}
136

  

Formats disponibles : Unified diff