Make WordPress Core

Changeset 1321


Ignore:
Timestamp:
05/19/2004 10:34:01 PM (22 years ago)
Author:
michelvaldrighi
Message:

what's with me committing parse errors lately, damn it

File:
1 edited

Legend:

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

    r1310 r1321  
    613613
    614614  function xml_header() {
    615     if function_exists('get_settings') {
     615    if (function_exists('get_settings')) {
    616616        $encoding = ' encoding="'.get_settings('blog_charset').'"';
    617617    } else {
Note: See TracChangeset for help on using the changeset viewer.