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 { |
3793 | 3793 | /** |
3794 | 3794 | * Remove a customize setting. |
3795 | 3795 | * |
| 3796 | * Please note that removing a customize setting from a customize manager doesn't destroy the class instance or "tear down" 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 | * Please note that removing a customize panel from a customize manager doesn't destroy the class instance or "tear down" 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 | * Please note that removing a customize section from a customize manager doesn't destroy the class instance or "tear down" 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 | * Please note that removing a customize control from a customize manager doesn't destroy the class instance or "tear down" its filters. |
| 4047 | * |
4040 | 4048 | * @since 3.4.0 |
4041 | 4049 | * |
4042 | 4050 | * @param string $id ID of the control. |