Projet

Général

Profil

Révision 7e72b748

Ajouté par Assos Assos il y a plus de 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/ctools/ctools_plugin_example/plugins/access/arg_length.inc
59 59
 */
60 60
function ctools_plugin_example_arg_length_ctools_access_summary($conf, $context) {
61 61
  return t('Simpletext argument must be !comp @length characters',
62
    array('!comp' => $conf['greater_than'] ? 'greater than' : 'less than or equal to',
63
      '@length' => $conf['arg_length']));
62
    array(
63
      '!comp' => $conf['greater_than'] ? 'greater than' : 'less than or equal to',
64
      '@length' => $conf['arg_length'],
65
    ));
64 66
}
65

  

Formats disponibles : Unified diff