- Timestamp:
- 05/18/2022 03:22:15 PM (4 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.