More permissive, i18n friendly regexs.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1585 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rboren 2004-09-03 20:22:23 +00:00
parent c7c191ed19
commit 7c72194c52
1 changed files with 4 additions and 4 deletions

View File

@ -1237,11 +1237,11 @@ function generate_rewrite_rules($permalink_structure = '', $matches = '') {
'([0-9]{1,2})',
'([0-9]{1,2})',
'([0-9]{1,2})',
'([_0-9a-z-]+)',
'([^/]+)',
'([0-9]+)',
'([/_0-9a-z-]+)',
'([_0-9a-z-]+)',
'([_0-9a-z-]+)',
'(.+?)',
'([^/]+)',
'([^/]+)',
'(.+)'
);