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
This commit is contained in:
michelvaldrighi 2004-05-19 22:34:01 +00:00
parent 295470ae87
commit a67d48bae7
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 = '';