Make WordPress Core

Ticket #2015: formatting.txt

File formatting.txt, 685 bytes (added by hayfordoleary, 20 years ago)

The basic dealio. Pardon the poor Trac formatting.

Line 
1Index: 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);