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
This commit is contained in:
michelvaldrighi 2004-05-19 22:34:01 +00:00
parent c05aa0053c
commit 476d22babc
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '';