From aa0db8d7cecf354cc422ef7024b909f30cdbe8e2 Mon Sep 17 00:00:00 2001 From: Leo Germani Date: Wed, 4 Jul 2018 10:54:28 -0300 Subject: [PATCH] fix tainacan_the_metadta template tag --- src/theme-helper/template-tags.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/theme-helper/template-tags.php b/src/theme-helper/template-tags.php index bc2508d3f..f0272fcc6 100644 --- a/src/theme-helper/template-tags.php +++ b/src/theme-helper/template-tags.php @@ -53,8 +53,8 @@ function tainacan_get_the_metadata($args = array()) { } -function tainacan_the_metadata($metadatum = null, $args = array()) { - echo tainacan_get_the_metadata($metadatum, $args); +function tainacan_the_metadata($args = array()) { + echo tainacan_get_the_metadata($args); } /**