Make WordPress Core

Ticket #36735: 36735.3.patch

File 36735.3.patch, 401 bytes (added by joemcgill, 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 || {}; 
    327327                                text += ' ' + attr;
    328328
    329329                                // Use empty attribute notation where possible.
    330                                 if ( '' === value ) {
     330                                if ( '' === value && 'alt' !== attr ) {
    331331                                        return;
    332332                                }
    333333