diff --git a/core/modules/taxonomy/lib/Drupal/taxonomy/Entity/Vocabulary.php b/core/modules/taxonomy/lib/Drupal/taxonomy/Entity/Vocabulary.php index b2c2215..12facd4 100644 --- a/core/modules/taxonomy/lib/Drupal/taxonomy/Entity/Vocabulary.php +++ b/core/modules/taxonomy/lib/Drupal/taxonomy/Entity/Vocabulary.php @@ -104,7 +104,6 @@ public function postSave(EntityStorageControllerInterface $storage_controller, $ if (!$update) { entity_invoke_bundle_hook('create', 'taxonomy_term', $this->id()); - taxonomy_add_description_field($this, 'Description'); } elseif ($this->getOriginalId() != $this->id()) { // Reflect machine name changes in the definitions of existing 'taxonomy'