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_language.inc
23 23
}
24 24

  
25 25
/**
26
 * Settings form for the 'by node_language' access plugin
26
 * Settings form for the 'by node_language' access plugin.
27 27
 */
28 28
function ctools_node_language_ctools_access_settings($form, &$form_state, $conf) {
29 29
  $options = array(
......
111 111

  
112 112
  return format_plural(count($names), '@identifier language is "@languages"', '@identifier language is one of "@languages"', array('@languages' => implode(', ', $names), '@identifier' => $context->identifier));
113 113
}
114

  

Formats disponibles : Unified diff