Make WordPress Core

Ticket #55499: 55499.2.patch

File 55499.2.patch, 443 bytes (added by jontyravi, 3 years ago)
  • src/wp-includes/class-wp-customize-manager.php

    index b566ae6dff..783321ae30 100644
    a b final class WP_Customize_Manager { 
    32853285         * @since 4.9.0
    32863286         * @param array $settings Current settings to filter.
    32873287         * @return array Heartbeat settings.
     3288         * @global string $pagenow
    32883289         */
    32893290        public function add_customize_screen_to_heartbeat_settings( $settings ) {
    32903291                global $pagenow;