Fix to match one digit months.

git-svn-id: http://svn.automattic.com/wordpress/trunk@482 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-10-27 00:42:16 +00:00
parent f40db7e33c
commit e305942420
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ $rewritecode = array(
$rewritereplace = array(
'([0-9]{4})?',
'([0-9]{1,2})?',
'([0-3][0-9])?',
'([0-9]{1,2})?',
'([0-9a-z-]+)?'
);
$queryreplace = array (