Make WordPress Core

Changeset 1260


Ignore:
Timestamp:
05/10/2004 08:37:51 AM (21 years ago)
Author:
saxmatt
Message:

A formatting change to help track down that phantom line 760 error.

File:
1 edited

Legend:

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

    r1034 r1260  
    758758        $f=$v->structmem("faultCode");
    759759        $fs=$v->structmem("faultString");
    760         $r=new xmlrpcresp($v, $f->scalarval(),
    761                           $fs->scalarval());
     760        $r=new xmlrpcresp($v,
     761            $f->scalarval(),
     762            $fs->scalarval());
    762763      } else {
    763764        $r=new xmlrpcresp($v);
Note: See TracChangeset for help on using the changeset viewer.