Bug fix from Josh @ elsewhere.org.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1146 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2320c9b128
commit
2bd39005c5
|
@ -515,8 +515,8 @@ function timer_stop($display=0,$precision=3) { //if called like timer_stop(1), w
|
|||
|
||||
function weblog_ping($server = '', $path = '') {
|
||||
$f = new xmlrpcmsg('weblogUpdates.ping',
|
||||
array(new xmlrpcval(get_settings('blog_name'), 'string'),
|
||||
new xmlrpcval(get_settings('blog_url') ,'string')));
|
||||
array(new xmlrpcval(get_settings('blogname'), 'string'),
|
||||
new xmlrpcval(get_settings('siteurl') ,'string')));
|
||||
$c = new xmlrpc_client($path, $server, 80);
|
||||
$r = $c->send($f);
|
||||
|
||||
|
|
Loading…
Reference in New Issue