Changeset 47367
- Timestamp:
- 02/25/2020 05:48:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r47364 r47367 3800 3800 * Remove a customize setting. 3801 3801 * 3802 * Note that removing the setting doesn't destroy the WP_Customize_Setting instance or remove its filters. 3803 * 3802 3804 * @since 3.4.0 3803 3805 * … … 3855 3857 /** 3856 3858 * Remove a customize panel. 3859 * 3860 * Note that removing the panel doesn't destroy the WP_Customize_Panel instance or remove its filters. 3857 3861 * 3858 3862 * @since 4.0.0 … … 3952 3956 * Remove a customize section. 3953 3957 * 3958 * Note that removing the section doesn't destroy the WP_Customize_Section instance or remove its filters. 3959 * 3954 3960 * @since 3.4.0 3955 3961 * … … 4026 4032 /** 4027 4033 * Remove a customize control. 4034 * 4035 * Note that removing the control doesn't destroy the WP_Customize_Control instance or remove its filters. 4028 4036 * 4029 4037 * @since 3.4.0
Note: See TracChangeset
for help on using the changeset viewer.