From 6af621c763fccee53c2ec06da3a39902a5e0c110 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 23 Aug 2007 13:13:54 +0100 Subject: update debug: print out category tags --- functions.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'functions.php') 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#']; -- cgit v1.2.3