diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php
index b566ae6dff..f280ca9e41 100644
a
|
b
|
final class WP_Customize_Manager { |
3283 | 3283 | * Filters heartbeat settings for the Customizer. |
3284 | 3284 | * |
3285 | 3285 | * @since 4.9.0 |
3286 | | * @param array $settings Current settings to filter. |
3287 | | * @return array Heartbeat settings. |
| 3286 | * @param array $settings Current settings to filter. |
| 3287 | * @return array Heartbeat settings. |
| 3288 | * @global string $pagenow Get the current screen object. |
3288 | 3289 | */ |
3289 | 3290 | public function add_customize_screen_to_heartbeat_settings( $settings ) { |
3290 | 3291 | global $pagenow; |