Changeset 24009
- Timestamp:
- 04/17/2013 01:50:12 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/media-editor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/media-editor.js
r24006 r24009 192 192 classes = props.classes || []; 193 193 194 img.src = attachment.url;194 img.src = props.url; 195 195 _.extend( img, _.pick( props, 'width', 'height', 'alt' ) ); 196 196
Note: See TracChangeset
for help on using the changeset viewer.