Changeset 2001
- Timestamp:
- 12/25/04 17:21:43 (4 years ago)
- Files:
-
- trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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;
