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:
parent
c7c191ed19
commit
7c72194c52
|
@ -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