[wp-cvs] wordpress/wp-includes functions-formatting.php,1.34,1.35
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Jun 11 12:52:43 CDT 2004
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1306/wp-includes
Modified Files:
functions-formatting.php
Log Message:
http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000013
Index: functions-formatting.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions-formatting.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** functions-formatting.php 11 Jun 2004 08:02:40 -0000 1.34
--- functions-formatting.php 11 Jun 2004 17:52:41 -0000 1.35
***************
*** 25,30 ****
$curl = preg_replace("/'(\d\d(?:’|')?s)/", "’$1", $curl);
$curl = preg_replace('/(\s|\A|")\'/', '$1‘', $curl);
! $curl = preg_replace('/(\d+)"/', '$1″', $curl);
! $curl = preg_replace("/(\d+)'/", '$1′', $curl);
$curl = preg_replace("/(\S)'([^'\s])/", "$1’$2", $curl);
$curl = preg_replace('/(\s|\A)"(?!\s)/', '$1“$2', $curl);
--- 25,30 ----
$curl = preg_replace("/'(\d\d(?:’|')?s)/", "’$1", $curl);
$curl = preg_replace('/(\s|\A|")\'/', '$1‘', $curl);
! $curl = preg_replace('/(\d+)"/', '$1″', $curl);
! $curl = preg_replace("/(\d+)'/", '$1′', $curl);
$curl = preg_replace("/(\S)'([^'\s])/", "$1’$2", $curl);
$curl = preg_replace('/(\s|\A)"(?!\s)/', '$1“$2', $curl);
More information about the cvs
mailing list