equal
deleted
inserted
replaced
13 * @since 3.4.0 |
13 * @since 3.4.0 |
14 * |
14 * |
15 * @see WP_Customize_Image_Control |
15 * @see WP_Customize_Image_Control |
16 */ |
16 */ |
17 class WP_Customize_Background_Image_Control extends WP_Customize_Image_Control { |
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 public $type = 'background'; |
25 public $type = 'background'; |
19 |
26 |
20 /** |
27 /** |
21 * Constructor. |
28 * Constructor. |
22 * |
29 * |