Projet

Général

Profil

Révision f76f30e1

Ajouté par Assos Assos il y a environ 9 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/recaptcha/recaptcha.admin.inc
32 32
    '#description' => t('The private key given to you when you <a href="@url" target="_blank">register for reCAPTCHA</a>.', array('@url' => url(recaptcha_get_signup_url($_SERVER['SERVER_NAME'], variable_get('site_name', ''))))),
33 33
    '#required' => TRUE,
34 34
  );
35
  $form['recaptcha_server_status_check_interval'] = array(
36
    '#type' => 'textfield',
37
    '#title' => t('Captcha server check interval'),
38
    '#default_value' => variable_get('recaptcha_server_status_check_interval', 5),
39
    '#description' => t('Number of minutes to cache reCAPTCHA server status.'),
40
    '#size' => 10,
41
  );
35 42
  $form['recaptcha_ajax_api'] = array(
36 43
    '#type' => 'checkbox',
37 44
    '#title' => t('AJAX API'),

Formats disponibles : Unified diff