diff options
Diffstat (limited to 'common_methods.php')
-rw-r--r-- | common_methods.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common_methods.php b/common_methods.php index 2a15e4c..4e86835 100644 --- a/common_methods.php +++ b/common_methods.php @@ -170,7 +170,7 @@ function nuvemdario_node_worker($node) { */ function nuvemdario_terms_worker($terms) { $result = ''; -$terms = get_terms_D7($content); +$terms = nuvemdario_get_terms_D7($content); if (!empty($terms)) { ob_start();?> <img class="b2-metadata-icon" src="<?php echo nuvemdario_get_full_path_to_theme(); ?>/images/posttagicon.png" width="16" height="16" alt="" /> <?php |