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. *