More permissive, i18n friendly regexs.

git-svn-id: https://develop.svn.wordpress.org/trunk@1585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2004-09-03 20:22:23 +00:00
parent 1e61535580
commit 0ef4844be2
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-]+)',
'(.+?)',
'([^/]+)',
'([^/]+)',
'(.+)'
);