upadted i18n admin_theme
This commit is contained in:
@@ -48,7 +48,7 @@ function i18n_taxonomy_translation_term_form($form, $form_state, $vocabulary, $t
|
||||
$form['translations'][$lang] = array(
|
||||
'#title' => $langname,
|
||||
'#type' => 'item',
|
||||
'#markup' => $source->name,
|
||||
'#markup' => check_plain($source->name),
|
||||
'#langcode' => $lang,
|
||||
);
|
||||
}
|
||||
|
@@ -11,8 +11,8 @@ files[] = i18n_taxonomy.pages.inc
|
||||
files[] = i18n_taxonomy.admin.inc
|
||||
files[] = i18n_taxonomy.test
|
||||
|
||||
; Information added by Drupal.org packaging script on 2018-08-17
|
||||
version = "7.x-1.26"
|
||||
; Information added by Drupal.org packaging script on 2020-06-17
|
||||
version = "7.x-1.27"
|
||||
core = "7.x"
|
||||
project = "i18n"
|
||||
datestamp = "1534531985"
|
||||
datestamp = "1592373390"
|
||||
|
Reference in New Issue
Block a user