Projet

Général

Profil

Révision b0dc3a2e

Ajouté par Julien Enselme il y a plus de 7 ans

Update to Drupal 7.52

Voir les différences:

drupal7/modules/update/update.settings.inc
26 26

  
27 27
  $form['update_check_disabled'] = array(
28 28
    '#type' => 'checkbox',
29
    '#title' => t('Check for updates of disabled modules and themes'),
29
    '#title' => t('Check for updates of disabled and uninstalled modules and themes'),
30 30
    '#default_value' => variable_get('update_check_disabled', FALSE),
31 31
  );
32 32

  
......
98 98
 * Form submission handler for update_settings().
99 99
 *
100 100
 * Also invalidates the cache of available updates if the "Check for updates of
101
 * disabled modules and themes" setting is being changed. The available updates
102
 * report needs to refetch available update data after this setting changes or
103
 * it would show misleading things (e.g., listing the disabled projects on the
104
 * site with the "No available releases found" warning).
101
 * disabled and uninstalled modules and themes" setting is being changed. The
102
 * available updates report needs to refetch available update data after this
103
 * setting changes or it would show misleading things (e.g., listing the
104
 * disabled projects on the site with the "No available releases found"
105
 * warning).
105 106
 *
106 107
 * @see update_settings_validate()
107 108
 */

Formats disponibles : Unified diff