Follow standards in Pingback - fixes #1668
git-svn-id: http://svn.automattic.com/wordpress/trunk@3078 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8f97312858
commit
682ad94a9f
|
@ -626,7 +626,7 @@ function pingback($content, $post_ID) {
|
|||
// when set to true, this outputs debug messages by itself
|
||||
$client->debug = false;
|
||||
|
||||
if ( $client->query('pingback.ping', array($pagelinkedfrom, $pagelinkedto) ) )
|
||||
if ( $client->query('pingback.ping', $pagelinkedfrom, $pagelinkedto ) )
|
||||
add_ping( $post_ID, $pagelinkedto );
|
||||
else
|
||||
debug_fwrite($log, "Error.\n Fault code: ".$client->getErrorCode()." : ".$client->getErrorMessage()."\n");
|
||||
|
|
Loading…
Reference in New Issue