Projet

Général

Profil

Révision 6ff32cea

Ajouté par Florent Torregrosa il y a environ 9 ans

Update core to 7.36

Voir les différences:

drupal7/modules/system/system.admin.inc
2646 2646
    }
2647 2647
    $row[] = array('data' => $description, 'class' => array('description'));
2648 2648
    // Display links (such as help or permissions) in their own columns.
2649
    foreach (array('help', 'permissions', 'configure') as $key) {
2650
      $row[] = array('data' => drupal_render($module['links'][$key]), 'class' => array($key));
2649
    foreach (array('help', 'permissions', 'configure') as $link_type) {
2650
      $row[] = array('data' => drupal_render($module['links'][$link_type]), 'class' => array($link_type));
2651 2651
    }
2652 2652
    $rows[] = $row;
2653 2653
  }

Formats disponibles : Unified diff