From a67d48bae7d16f818305e04552b166d0824f3e0b Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Wed, 19 May 2004 22:34:01 +0000 Subject: [PATCH] what's with me committing parse errors lately, damn it git-svn-id: https://develop.svn.wordpress.org/trunk@1321 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-xmlrpc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/class-xmlrpc.php b/wp-includes/class-xmlrpc.php index 6fcb5f0bd4..69023cb254 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 = '';