From 572e27c682a74e105c7fb3dfbf718c7b4d7752a9 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Sat, 28 Jun 2014 02:05:54 +0000 Subject: [PATCH] Remove remaining Heartbeat API experimental notices Props DH-Shredder. Fixes #28626. git-svn-id: https://develop.svn.wordpress.org/trunk@28872 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/ajax-actions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/ajax-actions.php b/src/wp-admin/includes/ajax-actions.php index 091cc5febb..754b869cc7 100644 --- a/src/wp-admin/includes/ajax-actions.php +++ b/src/wp-admin/includes/ajax-actions.php @@ -11,7 +11,7 @@ // /** - * Ajax handler for the (experimental) Heartbeat API in + * Ajax handler for the Heartbeat API in * the no-privilege context. * * Runs when the user is not logged in. @@ -2353,7 +2353,7 @@ function wp_ajax_send_link_to_editor() { } /** - * Ajax handler for the (experimental) Heartbeat API. + * Ajax handler for the Heartbeat API. * * Runs when the user is logged in. *