]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/js/image-edit.js
WordPress 4.4
[autoinstalls/wordpress.git] / wp-admin / js / image-edit.js
index 0abf6efc280d3e20326934913977c35d0695dd01..c50a9d131c30bf159f1976945cc7dbd1992ededb 100644 (file)
@@ -165,7 +165,7 @@ var imageEdit = window.imageEdit = {
                        'rand': t.intval(Math.random() * 1000000)
                };
 
-               img = $('<img id="image-preview-' + postid + '" />')
+               img = $( '<img id="image-preview-' + postid + '" alt="" />' )
                        .on('load', function() {
                                var max1, max2, parent = $('#imgedit-crop-' + postid), t = imageEdit;