Make WordPress Core

Ticket #47909: scembedfix.diff

File scembedfix.diff, 428 bytes (added by dst, 7 years ago)

Diff of a proposed fix

Line 
1@@ -167,7 +167,7 @@
2 function soundcloud_iframe_widget($options) {
3
4 // Build URL
5- $url = 'https://w.soundcloud.com/player/?' . http_build_query($options['params']);
6+ $url = 'https://w.soundcloud.com/player?' . http_build_query($options['params']);
7 // Set default width if not defined
8 $width = isset($options['width']) && $options['width'] !== 0 ? $options['width'] : '100%';
9 // Set default height if not defined