From fdbc44ff48b52c24c320711a77cc05e57afaa30c Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Fri, 6 Dec 2013 18:43:10 +0000 Subject: [PATCH] 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 --- wp-admin/includes/misc.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/misc.php b/wp-admin/includes/misc.php index 5091908cf2..0daf72e201 100644 --- a/wp-admin/includes/misc.php +++ b/wp-admin/includes/misc.php @@ -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;