From 476d22babc0ccbad786e7b335f84b050cee90114 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: http://svn.automattic.com/wordpress/trunk@1321 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 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 = '';