Ticket #55499: 55499.2.patch
File 55499.2.patch, 443 bytes (added by , 3 years ago) |
---|
-
src/wp-includes/class-wp-customize-manager.php
index b566ae6dff..783321ae30 100644
a b final class WP_Customize_Manager { 3285 3285 * @since 4.9.0 3286 3286 * @param array $settings Current settings to filter. 3287 3287 * @return array Heartbeat settings. 3288 * @global string $pagenow 3288 3289 */ 3289 3290 public function add_customize_screen_to_heartbeat_settings( $settings ) { 3290 3291 global $pagenow;