From 4ddfa5fc7c81ac6b9572409d9d78609fc8bed5d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 29 Sep 2019 10:21:38 -0400 Subject: [PATCH] Comment out unused theme function suggestion --- web/modules/custom/geo_citation/geo_citation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/modules/custom/geo_citation/geo_citation.module b/web/modules/custom/geo_citation/geo_citation.module index 8d9f971..3cfad5c 100644 --- a/web/modules/custom/geo_citation/geo_citation.module +++ b/web/modules/custom/geo_citation/geo_citation.module @@ -33,7 +33,7 @@ function geo_citation_node_view(array &$build, \Drupal\Core\Entity\EntityInterfa if ($display->getComponent('geo_citation')) { $build['geo_citation'] = [ '#markup' => geo_citation_pseudo_field($entity), - '#theme' => 'geo_citation_field', +// '#theme' => 'geo_citation_field', ]; }