Heartbeat: fix comment spelling
git-svn-id: http://core.svn.wordpress.org/trunk@24544 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
504c10dbba
commit
5d1439e247
|
@ -2084,7 +2084,7 @@ function wp_ajax_heartbeat() {
|
|||
// Allow the transport to be replaced with long-polling easily
|
||||
do_action( 'heartbeat_tick', $response, $screen_id );
|
||||
|
||||
// Send the current time acording to the server
|
||||
// Send the current time according to the server
|
||||
$response['server_time'] = time();
|
||||
|
||||
wp_send_json($response);
|
||||
|
|
Loading…
Reference in New Issue