Inline documentation fixes for wp_heartbeat_set_suspension().

See #25073.

Built from https://develop.svn.wordpress.org/trunk@26732


git-svn-id: http://core.svn.wordpress.org/trunk@26621 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2013-12-06 18:43:10 +00:00
parent ee54355c16
commit fdbc44ff48

View File

@ -751,9 +751,12 @@ function wp_refresh_post_nonces( $response, $data, $screen_id ) {
add_filter( 'heartbeat_received', 'wp_refresh_post_nonces', 10, 3 );
/**
* Disable suspending of Heartbeat on the Add/Edit Post screens
* Disable suspension of Heartbeat on the Add/Edit Post screens.
*
* @since 3.8
* @since 3.8.0
*
* @param array $settings An array of Heartbeat settings.
* @return array Filtered Heartbeat settings.
*/
function wp_heartbeat_set_suspension( $settings ) {
global $pagenow;