Make WordPress Core

Ticket #55499: 55499.3.diff

File 55499.3.diff, 738 bytes (added by bhrugesh12, 3 years ago)
  • src/wp-includes/class-wp-customize-manager.php

    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 { 
    32833283         * Filters heartbeat settings for the Customizer.
    32843284         *
    32853285         * @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.
    32883289         */
    32893290        public function add_customize_screen_to_heartbeat_settings( $settings ) {
    32903291                global $pagenow;