Changeset 1898
- Timestamp:
- 09/18/2015 10:04:10 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/plugins/wordpresstv-oembed/wordpresstv-oembed.php
r1024 r1898 107 107 $data['width'] = $width; 108 108 $data['height'] = $height; 109 $data['html'] = '<embed src="//v.wordpress.com/' . $info->guid . '" type="application/x-shockwave-flash" width="' . $width . '" height="' . $height . '" allowscriptaccess="always" allowfullscreen="true" wmode="transparent"></embed>'; 109 $data['html'] = videopress_2015_player_get_html( array( 110 'guid' => $info->guid, 111 'width' => $width, 112 'height' => $height, 113 ) ); 110 114 } // Other video types aren't supported quite yet 111 115 else {
Note: See TracChangeset
for help on using the changeset viewer.