summaryrefslogtreecommitdiff
path: root/common_methods.php
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-10-29 11:08:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-10-29 11:08:55 -0200
commitd982605f5ebf573c891e79253c90adfe712847bf (patch)
tree7f444c22e3ff37a2a85a4f340d864ae7418dc62b /common_methods.php
parent42c218e6f393324a875f7ce677d69cc066486845 (diff)
downloadnuvemdario-d982605f5ebf573c891e79253c90adfe712847bf.tar.gz
nuvemdario-d982605f5ebf573c891e79253c90adfe712847bf.tar.bz2
Custom common methods (4)
Diffstat (limited to 'common_methods.php')
-rw-r--r--common_methods.php2
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