forgot to replace this one
git-svn-id: https://develop.svn.wordpress.org/trunk@1035 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ce8d502161
commit
43f76c323c
|
@ -959,7 +959,7 @@ function pingback($content, $post_ID) {
|
||||||
if (!$result->value()){
|
if (!$result->value()){
|
||||||
debug_fwrite($log, $result->faultCode().' -- '.$result->faultString());
|
debug_fwrite($log, $result->faultCode().' -- '.$result->faultString());
|
||||||
} else {
|
} else {
|
||||||
$value = xmlrpc_decode($result->value());
|
$value = phpxmlrpc_decode($result->value());
|
||||||
if (is_array($value)) {
|
if (is_array($value)) {
|
||||||
$value_arr = '';
|
$value_arr = '';
|
||||||
foreach($value as $blah) {
|
foreach($value as $blah) {
|
||||||
|
|
Loading…
Reference in New Issue