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 { |
3793 | 3793 | /** |
3794 | 3794 | * Remove a customize setting. |
3795 | 3795 | * |
| 3796 | * Note that removing the setting doesn't destroy the WP_Customize_Setting instance or remove its filters. |
| 3797 | * |
3796 | 3798 | * @since 3.4.0 |
3797 | 3799 | * |
3798 | 3800 | * @param string $id Customize Setting ID. |
… |
… |
final class WP_Customize_Manager { |
3849 | 3851 | /** |
3850 | 3852 | * Remove a customize panel. |
3851 | 3853 | * |
| 3854 | * Note that removing the panel doesn't destroy the WP_Customize_Panel instance or remove its filters. |
| 3855 | * |
3852 | 3856 | * @since 4.0.0 |
3853 | 3857 | * |
3854 | 3858 | * @param string $id Panel ID to remove. |
… |
… |
final class WP_Customize_Manager { |
3945 | 3949 | /** |
3946 | 3950 | * Remove a customize section. |
3947 | 3951 | * |
| 3952 | * Note that removing the section doesn't destroy the WP_Customize_Section instance or remove its filters. |
| 3953 | * |
3948 | 3954 | * @since 3.4.0 |
3949 | 3955 | * |
3950 | 3956 | * @param string $id Section ID. |
… |
… |
final class WP_Customize_Manager { |
4037 | 4043 | /** |
4038 | 4044 | * Remove a customize control. |
4039 | 4045 | * |
| 4046 | * Note that removing the control doesn't destroy the WP_Customize_Control instance or remove its filters. |
| 4047 | * |
4040 | 4048 | * @since 3.4.0 |
4041 | 4049 | * |
4042 | 4050 | * @param string $id ID of the control. |