Projet

Général

Profil

Révision e33d3026

Ajouté par Julien Enselme il y a presque 10 ans

Update drupal to 7.30

Voir les différences:

drupal7/modules/system/system.admin.inc
950 950
}
951 951

  
952 952
/**
953
 * Array sorting callback; sorts modules or themes by their name.
953
 * Sorts themes by their names, with the default theme listed first.
954
 *
955
 * Callback for uasort() within system_themes_page().
956
 *
957
 * @see system_sort_modules_by_info_name().
954 958
 */
955 959
function system_sort_themes($a, $b) {
956 960
  if ($a->is_default) {

Formats disponibles : Unified diff