Make WordPress Core

Ticket #48747: 48747.3.diff

File 48747.3.diff, 1.3 KB (added by dlh, 5 years ago)
  • src/wp-includes/class-wp-customize-manager.php

    diff --git src/wp-includes/class-wp-customize-manager.php src/wp-includes/class-wp-customize-manager.php
    index d65f82ad42..038ecefc1e 100644
    final class WP_Customize_Manager { 
    37933793        /**
    37943794         * Remove a customize setting.
    37953795         *
     3796         * Note that removing the setting doesn't destroy the WP_Customize_Setting instance or remove 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         * Note that removing the panel doesn't destroy the WP_Customize_Panel instance or remove 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         * Note that removing the section doesn't destroy the WP_Customize_Section instance or remove 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         * Note that removing the control doesn't destroy the WP_Customize_Control instance or remove its filters.
     4047         *
    40404048         * @since 3.4.0
    40414049         *
    40424050         * @param string $id ID of the control.