Changeset 7157
- Timestamp:
- 03/04/08 19:25:00 (7 months ago)
- Files:
-
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-settings.php
r7156 r7157 357 357 */ 358 358 if (function_exists('mb_internal_encoding')) { 359 if (get_option('blog_charset')) 360 mb_internal_encoding(get_option('blog_charset')); 361 else 359 if (!@mb_internal_encoding(get_option('blog_charset'))) 362 360 mb_internal_encoding('UTF-8'); 363 361 }
