Changeset 53411
- Timestamp:
- 05/18/2022 03:22:15 PM (3 years ago)
- Location:
- trunk/src/wp-includes/customize
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-background-image-control.php
r43571 r53411 16 16 */ 17 17 class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control { 18 19 /** 20 * Customize control type. 21 * 22 * @since 4.1.0 23 * @var string 24 */ 18 25 public $type = 'background'; 19 26 -
trunk/src/wp-includes/customize/class-wp-customize-background-image-setting.php
r51784 r53411 16 16 */ 17 17 final class WP_Customize_Background_Image_Setting extends WP_Customize_Setting { 18 19 /** 20 * Unique string identifier for the setting. 21 * 22 * @since 3.4.0 23 * @var string 24 */ 18 25 public $id = 'background_image_thumb'; 19 26 -
trunk/src/wp-includes/customize/class-wp-customize-header-image-control.php
r48834 r53411 16 16 */ 17 17 class WP_Customize_Header_Image_Control extends WP_Customize_Image_Control { 18 18 19 /** 19 20 * Customize control type. -
trunk/src/wp-includes/customize/class-wp-customize-header-image-setting.php
r51784 r53411 18 18 */ 19 19 final class WP_Customize_Header_Image_Setting extends WP_Customize_Setting { 20 21 /** 22 * Unique string identifier for the setting. 23 * 24 * @since 3.4.0 25 * @var string 26 */ 20 27 public $id = 'header_image_data'; 21 28
Note: See TracChangeset
for help on using the changeset viewer.