Make WordPress Core

Changeset 10398


Ignore:
Timestamp:
01/21/2009 08:28:51 PM (15 years ago)
Author:
ryan
Message:

Silence charset not supported warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r10376 r10398  
    248248    }
    249249
    250     $string = htmlspecialchars( $string, $quote_style, $charset );
     250    $string = @htmlspecialchars( $string, $quote_style, $charset );
    251251
    252252    // Handle double encoding ourselves
Note: See TracChangeset for help on using the changeset viewer.