From b2ecb553437a35aebdae215a7f62c66b50e50396 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 13 Jul 2013 18:16:57 +0000 Subject: [PATCH] Fix a comment typo in heartbeat.js, props mordauk, fixes #24745. git-svn-id: http://core.svn.wordpress.org/trunk@24705 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/js/heartbeat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/js/heartbeat.js b/wp-includes/js/heartbeat.js index ac7933617b..3d5ae8833f 100644 --- a/wp-includes/js/heartbeat.js +++ b/wp-includes/js/heartbeat.js @@ -169,7 +169,7 @@ window.wp = window.wp || {}; self.xhr = $.ajax({ url: url, type: 'post', - timeout: 30000, // throw an error of not completed after 30 sec. + timeout: 30000, // throw an error if not completed after 30 sec. data: send, dataType: 'json' }).done( function( response, textStatus, jqXHR ) {