Ticket #48303: 46691.patch
File 46691.patch, 1.5 KB (added by , 5 years ago) |
---|
-
wp-includes/class-wp-customize-manager.php
3674 3674 * @since 3.4.0 3675 3675 * @since 4.5.0 Return added WP_Customize_Setting instance. 3676 3676 * 3677 * @link https://developer.wordpress.org/themes/customize-api3678 3677 * 3679 3678 * @param WP_Customize_Setting|string $id Customize Setting object, or ID. 3680 3679 * @param array $args { … … 3806 3805 * 3807 3806 * @since 4.0.0 3808 3807 * @since 4.5.0 Return added WP_Customize_Panel instance. 3808 * @link https://developer.wordpress.org/themes/customize-api 3809 3809 * 3810 3810 * @param WP_Customize_Panel|string $id Customize Panel object, or Panel ID. 3811 3811 * @param array $args { -
wp-includes/class-wp-customize-setting.php
13 13 * Handles saving and sanitizing of settings. 14 14 * 15 15 * @since 3.4.0 16 * @link https://developer.wordpress.org/themes/customize-api17 16 * 18 17 * @see WP_Customize_Manager 19 18 */ … … 152 151 * Any supplied $args override class property defaults. 153 152 * 154 153 * @since 3.4.0 154 * @link https://developer.wordpress.org/themes/customize-api 155 155 * 156 156 * @param WP_Customize_Manager $manager 157 157 * @param string $id An specific ID of the setting. Can be a