Make WordPress Core

Ticket #48747: 48747.2.diff

File 48747.2.diff, 1.4 KB (added by fgiannar, 5 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 d65f82ad42..78976f56db 100644
    a b final class WP_Customize_Manager { 
    37933793        /**
    37943794         * Remove a customize setting.
    37953795         *
     3796         * Please note that removing a customize setting from a customize manager doesn't destroy the class instance or "tear down" its filters.
     3797         *
    37963798         * @since 3.4.0
    37973799         *
    37983800         * @param string $id Customize Setting ID.
    final class WP_Customize_Manager { 
    38493851        /**
    38503852         * Remove a customize panel.
    38513853         *
     3854         * Please note that removing a customize panel from a customize manager doesn't destroy the class instance or "tear down" its filters.
     3855         *
    38523856         * @since 4.0.0
    38533857         *
    38543858         * @param string $id Panel ID to remove.
    final class WP_Customize_Manager { 
    39453949        /**
    39463950         * Remove a customize section.
    39473951         *
     3952         * Please note that removing a customize section from a customize manager doesn't destroy the class instance or "tear down" its filters.
     3953         *
    39483954         * @since 3.4.0
    39493955         *
    39503956         * @param string $id Section ID.
    final class WP_Customize_Manager { 
    40374043        /**
    40384044         * Remove a customize control.
    40394045         *
     4046         * Please note that removing a customize control from a customize manager doesn't destroy the class instance or "tear down" its filters.
     4047         *
    40404048         * @since 3.4.0
    40414049         *
    40424050         * @param string $id ID of the control.