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/node_type.inc
22 22
);
23 23

  
24 24
/**
25
 * Settings form for the 'by node_type' access plugin
25
 * Settings form for the 'by node_type' access plugin.
26 26
 */
27 27
function ctools_node_type_ctools_access_settings($form, &$form_state, $conf) {
28 28
  $types = node_type_get_types();
......
114 114

  
115 115
  return format_plural(count($names), '@identifier is type "@types"', '@identifier type is one of "@types"', array('@types' => implode(', ', $names), '@identifier' => $context->identifier));
116 116
}
117

  

Formats disponibles : Unified diff