From 0f5dc0f06642ad8b76d71f024b89ccf4f33c57fe Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 4 Jun 2006 22:40:53 +0000 Subject: [PATCH] Reorg category functions. #2525 git-svn-id: http://svn.automattic.com/wordpress/trunk@3844 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index ecd6f25f6..02aa2d3f4 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -133,7 +133,8 @@ require (ABSPATH . WPINC . '/template-functions-general.php'); require (ABSPATH . WPINC . '/template-functions-links.php'); require (ABSPATH . WPINC . '/template-functions-author.php'); require (ABSPATH . WPINC . '/template-functions-post.php'); -require (ABSPATH . WPINC . '/template-functions-category.php'); +require (ABSPATH . WPINC . '/category.php'); +require (ABSPATH . WPINC . '/category-template.php'); require (ABSPATH . WPINC . '/comment.php'); require (ABSPATH . WPINC . '/comment-template.php'); require (ABSPATH . WPINC . '/rewrite.php');