Changeset 47382
- Timestamp:
- 02/26/2020 01:29:01 PM (5 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r47367 r47382 3998 3998 * @since 3.4.0 3999 3999 * @since 4.5.0 Return added WP_Customize_Control instance. 4000 * 4001 * @see WP_Customize_Control::__construct() 4000 4002 * 4001 4003 * @param WP_Customize_Control|string $id Customize Control object, or ID. -
trunk/src/wp-includes/customize/class-wp-customize-color-control.php
r47364 r47382 42 42 * 43 43 * @since 3.4.0 44 * @uses WP_Customize_Control::__construct() 44 * 45 * @see WP_Customize_Control::__construct() 45 46 * 46 47 * @param WP_Customize_Manager $manager Customizer bootstrap instance. -
trunk/src/wp-includes/customize/class-wp-customize-media-control.php
r47364 r47382 45 45 * @since 4.1.0 46 46 * @since 4.2.0 Moved from WP_Customize_Upload_Control. 47 * 48 * @see WP_Customize_Control::__construct() 47 49 * 48 50 * @param WP_Customize_Manager $manager Customizer bootstrap instance. -
trunk/src/wp-includes/customize/class-wp-customize-new-menu-control.php
r47364 r47382 35 35 * @deprecated 4.9.0 36 36 * 37 * @see WP_Customize_Control::__construct() 38 * 37 39 * @param WP_Customize_Manager $manager Customizer bootstrap instance. 38 40 * @param string $id The control ID. -
trunk/src/wp-includes/customize/class-wp-customize-site-icon-control.php
r47364 r47382 31 31 * 32 32 * @since 4.3.0 33 * 34 * @see WP_Customize_Control::__construct() 33 35 * 34 36 * @param WP_Customize_Manager $manager Customizer bootstrap instance.
Note: See TracChangeset
for help on using the changeset viewer.