From e30594242001115a781bc8a1f3ad2b76a632c5b1 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 27 Oct 2003 00:42:16 +0000 Subject: [PATCH] Fix to match one digit months. git-svn-id: http://svn.automattic.com/wordpress/trunk@482 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-options-permalink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-options-permalink.php b/wp-admin/wp-options-permalink.php index e48972126..0e4ff36fd 100644 --- a/wp-admin/wp-options-permalink.php +++ b/wp-admin/wp-options-permalink.php @@ -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 (