forgot to replace this one
git-svn-id: http://svn.automattic.com/wordpress/trunk@1035 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e077b55f7e
commit
7e4efe6b26
|
@ -959,7 +959,7 @@ function pingback($content, $post_ID) {
|
|||
if (!$result->value()){
|
||||
debug_fwrite($log, $result->faultCode().' -- '.$result->faultString());
|
||||
} else {
|
||||
$value = xmlrpc_decode($result->value());
|
||||
$value = phpxmlrpc_decode($result->value());
|
||||
if (is_array($value)) {
|
||||
$value_arr = '';
|
||||
foreach($value as $blah) {
|
||||
|
|
Loading…
Reference in New Issue