Changeset 875
- Timestamp:
- 02/16/2004 03:02:25 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r868 r875 7 7 for ($i = 0; $i < $stop; $i++) { 8 8 $curl = $textarr[$i]; 9 if (!strstr($_SERVER['HTTP_USER_AGENT'], 'Gecko')) { 10 $curl = str_replace('<q>', '“', $curl); 11 $curl = str_replace('</q>', '”', $curl); 12 } 9 13 10 if (isset($curl{0}) && '<' != $curl{0} && $next) { // If it's not a tag 14 11 $curl = str_replace('---', '—', $curl);
Note: See TracChangeset
for help on using the changeset viewer.