From df5afdf54b7f326acc8b16dca7fa2e21a22ef150 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 3 Oct 2006 15:56:23 +0000 Subject: [PATCH] Increment tok_index. fixes #2785 git-svn-id: http://svn.automattic.com/wordpress/trunk@4279 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rewrite.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index d074445e1..dfa27f3b5 100644 --- a/wp-includes/rewrite.php +++ b/wp-includes/rewrite.php @@ -316,6 +316,7 @@ class WP_Rewrite { $front = $front . 'date/'; break; } + $tok_index++; } $this->date_structure = $front . $date_endian;