Do not prepend /archives/ et al to category/tag URLs unless category/tag slug is missing. fixes #7490 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@8616 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-08-11 20:17:07 +00:00
parent b9a1481317
commit 5a8b37fdc9
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ $wp_version = '2.7-bleeding';
*
* @global int $wp_db_version
*/
$wp_db_version = 8585;
$wp_db_version = 8586;
?>