Make WordPress Core


Ignore:
Timestamp:
06/11/2004 05:52:41 PM (22 years ago)
Author:
saxmatt
Message:

http://mosquito.wordpress.org/bug_view_page.php?bug_id=0000013

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions-formatting.php

    r1405 r1409  
    2525                        $curl = preg_replace("/'(\d\d(?:’|')?s)/", "’$1", $curl);
    2626                        $curl = preg_replace('/(\s|\A|")\'/', '$1‘', $curl);
    27                         $curl = preg_replace('/(\d+)"/', '$1″', $curl);
    28                         $curl = preg_replace("/(\d+)'/", '$1′', $curl);
     27                        $curl = preg_replace('/(\d+)"/', '$1″', $curl);
     28                        $curl = preg_replace("/(\d+)'/", '$1′', $curl);
    2929                        $curl = preg_replace("/(\S)'([^'\s])/", "$1’$2", $curl);
    3030                        $curl = preg_replace('/(\s|\A)"(?!\s)/', '$1“$2', $curl);
Note: See TracChangeset for help on using the changeset viewer.