Projet

Général

Profil

Révision 13c3c9b4

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/advanced_forum/plugins/access/forum_id.inc
21 21
);
22 22

  
23 23
/**
24
 * Settings form for the 'by term_vocabulary' access plugin
24
 * Settings form for the 'by term_vocabulary' access plugin.
25 25
 */
26 26
function advanced_forum_forum_id_ctools_access_settings($form, &$form_state, $conf) {
27 27
  $options = array();
......
96 96
    return t('@identifier is any forum', array('@identifier' => $context->identifier));
97 97
  }
98 98

  
99
  return format_plural(count($names), '@identifier is "@tids"', '@identifier is one of "@tids"', array('@tids' => implode(', ', $names), '@identifier' => $context->identifier));
99
  return format_plural(count($names), '@identifier is "@tids"', '@identifier is one of "@tids"', array(
100
      '@tids' => implode(', ', $names),
101
      '@identifier' => $context->identifier,
102
    )
103
  );
100 104
}
101

  

Formats disponibles : Unified diff