Changeset 2001
- Timestamp:
- 12/25/2004 05:21:43 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r1999 r2001 105 105 if ( $quotes ) { 106 106 $text = str_replace('"', '"', $text); 107 $text = str_replace( '"', ''', $text);107 $text = str_replace("'", ''', $text); 108 108 } 109 109 return $text;
Note: See TracChangeset
for help on using the changeset viewer.