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
This commit is contained in:
Scott Taylor 2014-06-28 02:05:54 +00:00
parent 2371f75688
commit 572e27c682

View File

@ -11,7 +11,7 @@
// //
/** /**
* Ajax handler for the (experimental) Heartbeat API in * Ajax handler for the Heartbeat API in
* the no-privilege context. * the no-privilege context.
* *
* Runs when the user is not logged in. * 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. * Runs when the user is logged in.
* *