summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/comment-functions.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-14 16:04:14 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-11-14 16:04:14 +0000
commit19f55afaf36cf96e43234ea9655f5752cadfaab3 (patch)
tree4c249fad7b1dbdeb62a86ea6859ab27f61462ed5 /wp-inst/wp-includes/comment-functions.php
parent37f4745bd187688d671658a709ca9cffb43efbca (diff)
downloadwordpress-mu-19f55afaf36cf96e43234ea9655f5752cadfaab3.tar.gz
wordpress-mu-19f55afaf36cf96e43234ea9655f5752cadfaab3.tar.xz
wordpress-mu-19f55afaf36cf96e43234ea9655f5752cadfaab3.zip
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@434 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-includes/comment-functions.php')
-rw-r--r--wp-inst/wp-includes/comment-functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-includes/comment-functions.php b/wp-inst/wp-includes/comment-functions.php
index 76d3e42..566d8ef 100644
--- a/wp-inst/wp-includes/comment-functions.php
+++ b/wp-inst/wp-includes/comment-functions.php
@@ -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");