Ticket #34527: 34527.patch
File 34527.patch, 380 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/js/wp-embed.js
38 38 height = 200; 39 39 } 40 40 41 source.height = (height) + 'px';41 source.height = height; 42 42 } 43 43 44 44 /* Link to a specific URL on request. */