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:
parent
1e61535580
commit
0ef4844be2
|
@ -1237,11 +1237,11 @@ function generate_rewrite_rules($permalink_structure = '', $matches = '') {
|
||||||
'([0-9]{1,2})',
|
'([0-9]{1,2})',
|
||||||
'([0-9]{1,2})',
|
'([0-9]{1,2})',
|
||||||
'([0-9]{1,2})',
|
'([0-9]{1,2})',
|
||||||
'([_0-9a-z-]+)',
|
'([^/]+)',
|
||||||
'([0-9]+)',
|
'([0-9]+)',
|
||||||
'([/_0-9a-z-]+)',
|
'(.+?)',
|
||||||
'([_0-9a-z-]+)',
|
'([^/]+)',
|
||||||
'([_0-9a-z-]+)',
|
'([^/]+)',
|
||||||
'(.+)'
|
'(.+)'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue