Changeset 34163 for trunk/src/wp-includes/media.php
- Timestamp:
- 09/15/2015 02:49:12 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r34134 r34163 1176 1176 <# } #> 1177 1177 <div class="wp-playlist-caption"> 1178 <span class="wp-playlist-item-meta wp-playlist-item-title"><?php 1178 <span class="wp-playlist-item-meta wp-playlist-item-title"><?php 1179 1179 /* translators: playlist item title */ 1180 1180 printf( _x( '“%s”', 'playlist item title' ), '{{ data.title }}' ); … … 2077 2077 return array(); 2078 2078 2079 $filename = basename($attachment->guid); 2079 $file = get_attached_file( $attachment->ID ); 2080 $filename = basename( $file ); 2080 2081 2081 2082 $objects = array('attachment');
Note: See TracChangeset
for help on using the changeset viewer.