- Timestamp:
- 03/01/2019 08:57:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-media-control.php
r42343 r44785 93 93 'type' => $type, 94 94 'icon' => wp_mime_type_icon( $type ), 95 'title' => basename( $this->setting->default ),95 'title' => wp_basename( $this->setting->default ), 96 96 ); 97 97
Note: See TracChangeset
for help on using the changeset viewer.