diff --git a/wp-includes/js/media-editor.js b/wp-includes/js/media-editor.js index 1df67917fd..9f21a38cd1 100644 --- a/wp-includes/js/media-editor.js +++ b/wp-includes/js/media-editor.js @@ -45,7 +45,7 @@ sizes = attachment.sizes; size = sizes && sizes[ props.size ] ? sizes[ props.size ] : attachment; - _.extend( props, _.pick( attachment, 'align', 'caption' ), { + _.extend( props, _.pick( attachment, 'align', 'caption', 'alt' ), { width: size.width, height: size.height, src: size.url,