Changeset 22927
- Timestamp:
- 11/29/2012 09:23:55 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
r22912 r22927 46 46 size = sizes && sizes[ props.size ] ? sizes[ props.size ] : attachment; 47 47 48 _.extend( props, _.pick( attachment, 'align', 'caption' ), {48 _.extend( props, _.pick( attachment, 'align', 'caption', 'alt' ), { 49 49 width: size.width, 50 50 height: size.height,
Note: See TracChangeset
for help on using the changeset viewer.