Increment tok_index. fixes #2785

git-svn-id: https://develop.svn.wordpress.org/trunk@4279 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-10-03 15:56:23 +00:00
parent 08ca04f068
commit 0a90af5b7c
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ class WP_Rewrite {
$front = $front . 'date/';
break;
}
$tok_index++;
}
$this->date_structure = $front . $date_endian;