diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 92dbd6e..06c1022 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -63,14 +63,14 @@ function taxonomy_help($route_name, Request $request) { $output .= '

' . t("A user with the Administer form display permission for a certain entity type can change the way a Term Reference field prompts for terms through the Field UI's Manage form display page. The Taxonomy module provides three widgets:", array('!field_ui' => \Drupal::url('help.page', array('name' => 'field_ui')))) . '

'; $output .= ''; $output .= '

' . t("A user with the Administer display permission for a certain entity type can change the way a Term Reference field is displayed to visitors using the Field UI's Manage display page. The Taxonomy module provides three formats:", array('!field_ui' => \Drupal::url('help.page', array('name' => 'field_ui')))) . '

'; $output .= ''; $output .= ''; $output .= '
' . t('Classifying entity items') . '
';