From 9ba892b1b6a7e409e129e9f7032307d7e5d8c0ac Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Thu, 17 Dec 2009 18:15:58 -0800 Subject: [PATCH] exclude cats for the debug Signed-off-by: Philip M. Hofer (Frumph) --- comicpress-debug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comicpress-debug.php b/comicpress-debug.php index d398516..9f1d07c 100644 --- a/comicpress-debug.php +++ b/comicpress-debug.php @@ -36,7 +36,7 @@ function comicpress_notice_debug() { if (empty($error)) { $founderror = FALSE; - $blog_query = '&show_posts=-1&posts_per_page=-1'; + $blog_query = '&show_posts=-1&posts_per_page=-1&cat="-'.exclude_comic_categories().'"'; $comic_categories = array(); $founderrorpost = array();