diff --git a/wp-includes/class-xmlrpc.php b/wp-includes/class-xmlrpc.php index 6fcb5f0bd..69023cb25 100644 --- a/wp-includes/class-xmlrpc.php +++ b/wp-includes/class-xmlrpc.php @@ -612,7 +612,7 @@ class xmlrpcmsg { } function xml_header() { - if function_exists('get_settings') { + if (function_exists('get_settings')) { $encoding = ' encoding="'.get_settings('blog_charset').'"'; } else { $encoding = '';