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/role.inc
21 21
);
22 22

  
23 23
/**
24
 * Settings form for the 'by role' access plugin
24
 * Settings form for the 'by role' access plugin.
25 25
 */
26 26
function ctools_role_ctools_access_settings($form, &$form_state, $conf) {
27 27
  $form['settings']['rids'] = array(
......
76 76

  
77 77
  return format_plural(count($names), '@identifier has role "@roles"', '@identifier has one of "@roles"', array('@roles' => implode(', ', $names), '@identifier' => $context->identifier));
78 78
}
79

  

Formats disponibles : Unified diff