- 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-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
Note: See TracChangeset
for help on using the changeset viewer.