Changeset 1321
- Timestamp:
- 05/19/2004 10:34:01 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-xmlrpc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-xmlrpc.php
r1310 r1321 613 613 614 614 function xml_header() { 615 if function_exists('get_settings') {615 if (function_exists('get_settings')) { 616 616 $encoding = ' encoding="'.get_settings('blog_charset').'"'; 617 617 } else {
Note: See TracChangeset
for help on using the changeset viewer.