mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 02:10:45 +01:00
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:
parent
f40db7e33c
commit
e305942420
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user