Changeset 10398 for trunk/wp-includes/formatting.php
- Timestamp:
- 01/21/2009 08:28:51 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/formatting.php (modified) (1 diff)
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.