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:
parent
08ca04f068
commit
0a90af5b7c
@ -316,6 +316,7 @@ class WP_Rewrite {
|
||||
$front = $front . 'date/';
|
||||
break;
|
||||
}
|
||||
$tok_index++;
|
||||
}
|
||||
|
||||
$this->date_structure = $front . $date_endian;
|
||||
|
Loading…
Reference in New Issue
Block a user