Changeset 49680
- Timestamp:
- 11/22/2020 03:50:35 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-image-control.php
r48590 r49680 16 16 */ 17 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 32 public $mime_type = 'image'; 20 33
Note: See TracChangeset
for help on using the changeset viewer.