Changeset 27980
- Timestamp:
- 04/07/2014 06:19:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-editor.js
r27979 r27980 190 190 191 191 if ( 'video' === type ) { 192 if ( attachment.image ) {192 if ( attachment.image && -1 === attachment.image.src.indexOf( attachment.icon ) ) { 193 193 shortcode.poster = attachment.image.src; 194 194 }
Note: See TracChangeset
for help on using the changeset viewer.