Changeset 2563
- Timestamp:
- 04/20/2005 10:06:28 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-trackback.php
r2556 r2563 42 42 $charset = strtoupper( trim($charset) ); 43 43 else 44 $charset = ' auto';44 $charset = 'ASCII, UTF-8, ISO-8859-1, JIS, EUC-JP, SJIS'; 45 45 46 46 if ( function_exists('mb_convert_encoding') ) { // For international trackbacks
Note: See TracChangeset
for help on using the changeset viewer.