Changeset 10398
- Timestamp:
- 01/21/2009 08:28:51 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r10376 r10398 248 248 } 249 249 250 $string = htmlspecialchars( $string, $quote_style, $charset );250 $string = @htmlspecialchars( $string, $quote_style, $charset ); 251 251 252 252 // Handle double encoding ourselves
Note: See TracChangeset
for help on using the changeset viewer.