Remove remaining Heartbeat API experimental notices
Props DH-Shredder. Fixes #28626. Built from https://develop.svn.wordpress.org/trunk@28872 git-svn-id: http://core.svn.wordpress.org/trunk@28672 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
650261b549
commit
f09663f784
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.0-alpha-20140627';
|
||||
$wp_version = '4.0-alpha-20140628';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue