summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/functions.php b/functions.php
index 4bfe95376..e86fc0310 100644
--- a/functions.php
+++ b/functions.php
@@ -748,6 +748,11 @@
}
}
+ if (defined('DAEMON_EXTENDED_DEBUG') || $_GET['xdebug']) {
+ _debug("update_rss_feed: category tags:");
+ print_r($additional_tags);
+ }
+
} else {
$t_ctr = $item['category#'];