From f10d2aae34d616c76675bea4c0ee528475ff8a80 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 15 Sep 2005 15:29:59 +0000 Subject: Categories are in /tag now, update your .htaccess rules! git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@333 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-inst/wp-includes/classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wp-inst/wp-includes/classes.php') diff --git a/wp-inst/wp-includes/classes.php b/wp-inst/wp-includes/classes.php index 3219462..a12493d 100644 --- a/wp-inst/wp-includes/classes.php +++ b/wp-inst/wp-includes/classes.php @@ -958,7 +958,7 @@ class WP_Rewrite { } if (empty($this->category_base)) - $this->category_structure = $this->front . 'category/'; + $this->category_structure = $this->front . 'tag/'; else $this->category_structure = $this->category_base . '/'; -- cgit