From 9c3da7435331af61f7ebb443dc7df71cad4295e2 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Mon, 7 Apr 2014 06:32:52 +0000 Subject: [PATCH] Heartbeat: no longer "experimental", see #25272 git-svn-id: https://develop.svn.wordpress.org/trunk@27981 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/heartbeat.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/wp-includes/js/heartbeat.js b/src/wp-includes/js/heartbeat.js index 5406459c85..c097973f13 100644 --- a/src/wp-includes/js/heartbeat.js +++ b/src/wp-includes/js/heartbeat.js @@ -1,14 +1,10 @@ /** * Heartbeat API * - * Note: this API is "experimental" meaning it will likely change a lot - * in the next few releases based on feedback from 3.6.0. If you intend - * to use it, please follow the development closely. - * * Heartbeat is a simple server polling API that sends XHR requests to * the server every 15 - 60 seconds and triggers events (or callbacks) upon * receiving data. Currently these 'ticks' handle transports for post locking, - * login-expiration warnings, and related tasks while a user is logged in. + * login-expiration warnings, autosave, and related tasks while a user is logged in. * * Available PHP filters (in ajax-actions.php): * - heartbeat_received