diff --git a/wp-includes/class-xmlrpc.php b/wp-includes/class-xmlrpc.php index 69023cb254..61338bfbdd 100644 --- a/wp-includes/class-xmlrpc.php +++ b/wp-includes/class-xmlrpc.php @@ -612,11 +612,14 @@ class xmlrpcmsg { } function xml_header() { + /* commenting this out until we get further testing... if (function_exists('get_settings')) { $encoding = ' encoding="'.get_settings('blog_charset').'"'; } else { $encoding = ''; } + */ + $encoding = ''; return "\n\n"; }