Changeset 24017
- Timestamp:
- 04/17/2013 05:57:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-editor.js
r24009 r24017 192 192 classes = props.classes || []; 193 193 194 img.src = props.url;194 img.src = typeof attachment !== 'undefined' ? attachment.url : props.url; 195 195 _.extend( img, _.pick( props, 'width', 'height', 'alt' ) ); 196 196
Note: See TracChangeset
for help on using the changeset viewer.