diff --git a/wp-admin/post.php b/wp-admin/post.php index 85cf779490..9097a5e734 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -391,7 +391,7 @@ $now_gmt = current_time('mysql', 1); $port = 80; $timeout = 3; // Open a socket connection to the host - $fp = fsockopen($host, $port, &$err_num, &$err_msg, $timeout); + $fp = fsockopen($host, $port, $err_num, $err_msg, $timeout); if( $fp ) { // Send request for the page fputs($fp, $headers );