- Timestamp:
- 02/21/2024 07:25:18 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-media-control.php
r57524 r57687 100 100 'url' => $this->setting->default, 101 101 'type' => $type, 102 'icon' => wp_mime_type_icon( $type ),102 'icon' => wp_mime_type_icon( $type, '.svg' ), 103 103 'title' => wp_basename( $this->setting->default ), 104 104 );
Note: See TracChangeset
for help on using the changeset viewer.