equal
deleted
inserted
replaced
13 * @since 3.4.0 |
13 * @since 3.4.0 |
14 * |
14 * |
15 * @see WP_Customize_Upload_Control |
15 * @see WP_Customize_Upload_Control |
16 */ |
16 */ |
17 class WP_Customize_Image_Control extends WP_Customize_Upload_Control { |
17 class WP_Customize_Image_Control extends WP_Customize_Upload_Control { |
18 public $type = 'image'; |
18 /** |
|
19 * Control type. |
|
20 * |
|
21 * @since 3.4.0 |
|
22 * @var string |
|
23 */ |
|
24 public $type = 'image'; |
|
25 |
|
26 /** |
|
27 * Media control mime type. |
|
28 * |
|
29 * @since 4.1.0 |
|
30 * @var string |
|
31 */ |
19 public $mime_type = 'image'; |
32 public $mime_type = 'image'; |
20 |
33 |
21 /** |
34 /** |
22 * @since 3.4.2 |
35 * @since 3.4.2 |
23 * @deprecated 4.1.0 |
36 * @deprecated 4.1.0 |