equal
deleted
inserted
replaced
13 * @since 3.4.0 |
13 * @since 3.4.0 |
14 * |
14 * |
15 * @see WP_Customize_Setting |
15 * @see WP_Customize_Setting |
16 */ |
16 */ |
17 final class WP_Customize_Background_Image_Setting extends WP_Customize_Setting { |
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 public $id = 'background_image_thumb'; |
25 public $id = 'background_image_thumb'; |
19 |
26 |
20 /** |
27 /** |
21 * @since 3.4.0 |
28 * @since 3.4.0 |
22 * |
29 * |