Ticket #36735: 36735.3.patch
File 36735.3.patch, 401 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/js/shortcode.js
diff --git src/wp-includes/js/shortcode.js src/wp-includes/js/shortcode.js index 7028f6a..cd37392 100644
window.wp = window.wp || {}; 327 327 text += ' ' + attr; 328 328 329 329 // Use empty attribute notation where possible. 330 if ( '' === value ) {330 if ( '' === value && 'alt' !== attr ) { 331 331 return; 332 332 } 333 333