Changeset 1335
- Timestamp:
- 05/21/2004 09:29:57 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-xmlrpc.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-xmlrpc.php
r1321 r1335 613 613 614 614 function xml_header() { 615 /* commenting this out until we get further testing... 615 616 if (function_exists('get_settings')) { 616 617 $encoding = ' encoding="'.get_settings('blog_charset').'"'; … … 618 619 $encoding = ''; 619 620 } 621 */ 622 $encoding = ''; 620 623 return "<?xml version=\"1.0\"$encoding?".">\n<methodCall>\n"; 621 624 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)