summaryrefslogtreecommitdiff
path: root/common_methods.php
diff options
context:
space:
mode:
Diffstat (limited to 'common_methods.php')
-rw-r--r--common_methods.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/common_methods.php b/common_methods.php
index 958b4e2..2a15e4c 100644
--- a/common_methods.php
+++ b/common_methods.php
@@ -223,7 +223,7 @@ function nuvemdario_links_woker($links, $attributes = array('class' => 'links'))
$extra_class .= 'last ';
}
- $link_output = get_html_link_output($link);
+ $link_output = nuvemdario_get_html_link_output($link);
if (!empty($class)) {
if (strpos ($key, "comment") !== FALSE) {
@@ -258,7 +258,7 @@ if ($index > 0 && !empty($link_output) && !empty($output)) {
return $output;
}
-function get_html_link_output($link) {
+function nuvemdario_get_html_link_output($link) {
$output = '';
// Is the title HTML?
$html = isset($link['html']) ? $link['html'] : NULL;