[wp-cvs] wordpress/wp-includes functions.php,1.149,1.150
Ryan Boren
rboren at users.sourceforge.net
Fri Sep 3 20:22:25 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26361
Modified Files:
functions.php
Log Message:
More permissive, i18n friendly regexs.
Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.149
retrieving revision 1.150
diff -C2 -d -r1.149 -r1.150
*** functions.php 3 Sep 2004 04:29:11 -0000 1.149
--- functions.php 3 Sep 2004 20:22:23 -0000 1.150
***************
*** 1238,1246 ****
'([0-9]{1,2})',
'([0-9]{1,2})',
! '([_0-9a-z-]+)',
'([0-9]+)',
! '([/_0-9a-z-]+)',
! '([_0-9a-z-]+)',
! '([_0-9a-z-]+)',
'(.+)'
);
--- 1238,1246 ----
'([0-9]{1,2})',
'([0-9]{1,2})',
! '([^/]+)',
'([0-9]+)',
! '(.+?)',
! '([^/]+)',
! '([^/]+)',
'(.+)'
);
More information about the cvs
mailing list