summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/classes.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-15 15:29:59 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-09-15 15:29:59 +0000
commitf10d2aae34d616c76675bea4c0ee528475ff8a80 (patch)
treebad687d46cb43cba715fd2ba9780ed119686a0b6 /wp-inst/wp-includes/classes.php
parent0b54af8c60505e130596e2b8ee36ad31c37070f9 (diff)
downloadwordpress-mu-f10d2aae34d616c76675bea4c0ee528475ff8a80.tar.gz
wordpress-mu-f10d2aae34d616c76675bea4c0ee528475ff8a80.tar.xz
wordpress-mu-f10d2aae34d616c76675bea4c0ee528475ff8a80.zip
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
Diffstat (limited to 'wp-inst/wp-includes/classes.php')
-rw-r--r--wp-inst/wp-includes/classes.php2
1 files changed, 1 insertions, 1 deletions
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 . '/';