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/system/system.admin.inc
1856 1856
  if (count($toolkits_available) == 0) {
1857 1857
    variable_del('image_toolkit');
1858 1858
    $form['image_toolkit_help'] = array(
1859
      '#markup' => t("No image toolkits were detected. Drupal includes support for <a href='!gd-link'>PHP's built-in image processing functions</a> but they were not detected on this system. You should consult your system administrator to have them enabled, or try using a third party toolkit.", array('gd-link' => url('http://php.net/gd'))),
1859
      '#markup' => t("No image toolkits were detected. Drupal includes support for <a href='!gd-link'>PHP's built-in image processing functions</a> but they were not detected on this system. You should consult your system administrator to have them enabled, or try using a third party toolkit.", array('!gd-link' => url('http://php.net/gd'))),
1860 1860
    );
1861 1861
    return $form;
1862 1862
  }
......
2597 2597
    if (empty($requirement['#type'])) {
2598 2598
      $severity = $severities[isset($requirement['severity']) ? (int) $requirement['severity'] : REQUIREMENT_OK];
2599 2599
      $severity['icon'] = '<div title="' . $severity['title'] . '"><span class="element-invisible">' . $severity['title'] . '</span></div>';
2600
      // The requirement's 'value' key is optional, provide a default value.
2601
      $requirement['value'] = isset($requirement['value']) ? $requirement['value'] : '';
2600 2602

  
2601 2603
      // Output table row(s)
2602 2604
      if (!empty($requirement['description'])) {

Formats disponibles : Unified diff