Make WordPress Core

Ticket #34527: 34527.patch

File 34527.patch, 380 bytes (added by afercia, 8 years ago)
  • src/wp-includes/js/wp-embed.js

     
    3838                                        height = 200;
    3939                                }
    4040
    41                                 source.height = (height) + 'px';
     41                                source.height = height;
    4242                        }
    4343
    4444                        /* Link to a specific URL on request. */