mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Increment tok_index. fixes #2785
git-svn-id: http://svn.automattic.com/wordpress/trunk@4279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1b5577f846
commit
df5afdf54b
@ -316,6 +316,7 @@ class WP_Rewrite {
|
|||||||
$front = $front . 'date/';
|
$front = $front . 'date/';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
$tok_index++;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->date_structure = $front . $date_endian;
|
$this->date_structure = $front . $date_endian;
|
||||||
|
Loading…
Reference in New Issue
Block a user