| 1 | Index: wp-includes/functions-formatting.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-includes/functions-formatting.php (revision 3243) |
|---|
| 4 | +++ wp-includes/functions-formatting.php (working copy) |
|---|
| 5 | @@ 17 @@ |
|---|
| 6 | $curl = str_replace('xn–', 'xn--', $curl); |
|---|
| 7 | $curl = str_replace('...', '…', $curl); |
|---|
| 8 | $curl = str_replace('``', '“', $curl); |
|---|
| 9 | + $curl = str_replace('"', '“', $curl); |
|---|
| 10 | + $curl = str_replace('"', '”', $curl); |
|---|
| 11 | + $curl = str_replace('', '‘', $curl); |
|---|
| 12 | + $curl = str_replace('', '’', $curl); |
|---|
| 13 | + $curl = str_replace('
', '…', $curl); |
|---|
| 14 | + $curl = str_replace(' ', '—', $curl); |
|---|