Projet

Général

Profil

Révision 6331c987

Ajouté par Assos Assos il y a environ 10 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/i18n/i18n_node/i18n_node.pages.inc
25 25
    if ($type) {
26 26
      // We just need to translate the description, the title is translated by the menu system
27 27
      // The string will be filtered (xss_admin) on the theme layer
28
      $item['description'] = i18n_node_translate_type($type, 'description', $item['description']);
28
      $item['description'] = i18n_node_translate_type($type, 'description', $item['description'], array('sanitize' => FALSE));
29 29
    }
30 30
  }
31 31
  return theme('node_add_list', array('content' => $content));

Formats disponibles : Unified diff