mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
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()){
|
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
Block a user