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:
ryan 2006-10-03 15:56:23 +00:00
parent 1b5577f846
commit df5afdf54b

View File

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