From 0a90af5b7c34b303b91dbce2b09d33707a877367 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 3 Oct 2006 15:56:23 +0000 Subject: [PATCH] Increment tok_index. fixes #2785 git-svn-id: https://develop.svn.wordpress.org/trunk@4279 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/rewrite.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/rewrite.php b/wp-includes/rewrite.php index d074445e14..dfa27f3b5c 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;