Changeset 27244
- Timestamp:
- 02/24/2014 09:05:00 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27240 r27244 1064 1064 $ftype = wp_check_filetype( $url, wp_get_mime_types() ); 1065 1065 $track = array( 1066 'type' => $type,1067 1066 'src' => $url, 1068 'type' => $ftype[' ext'],1067 'type' => $ftype['type'], 1069 1068 'title' => get_the_title( $attachment->ID ), 1070 1069 'caption' => wptexturize( $attachment->post_excerpt ),
Note: See TracChangeset
for help on using the changeset viewer.