Make WordPress Core

Changeset 1335


Ignore:
Timestamp:
05/21/2004 09:29:57 PM (22 years ago)
Author:
michelvaldrighi
Message:

backing out that encoding fix until further testing is done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-xmlrpc.php

    r1321 r1335  
    613613
    614614  function xml_header() {
     615        /* commenting this out until we get further testing...
    615616        if (function_exists('get_settings')) {
    616617                $encoding = ' encoding="'.get_settings('blog_charset').'"';
     
    618619                $encoding = '';
    619620        }
     621        */
     622        $encoding = '';
    620623        return "<?xml version=\"1.0\"$encoding?".">\n<methodCall>\n";
    621624  }
Note: See TracChangeset for help on using the changeset viewer.