Make WordPress Core

Changeset 1035


Ignore:
Timestamp:
03/31/2004 01:25:12 AM (21 years ago)
Author:
michelvaldrighi
Message:

forgot to replace this one

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r1034 r1035  
    960960                    debug_fwrite($log, $result->faultCode().' -- '.$result->faultString());
    961961                } else {
    962                     $value = xmlrpc_decode($result->value());
     962                    $value = phpxmlrpc_decode($result->value());
    963963                    if (is_array($value)) {
    964964                        $value_arr = '';
Note: See TracChangeset for help on using the changeset viewer.