Ticket #10337: 10337.8.patch
| File 10337.8.patch, 1.1 KB (added by Viper007Bond, 4 years ago) |
|---|
-
wp-includes/class-oembed.php
40 40 '#http://(www\.)?youtube.com/watch.*#i' => array( 'http://www.youtube.com/oembed', true ), 41 41 'http://blip.tv/file/*' => array( 'http://blip.tv/oembed/', false ), 42 42 '#http://(www\.)?vimeo\.com/.*#i' => array( 'http://www.vimeo.com/api/oembed.{format}', true ), 43 '#http://(www\.)?flickr.com/.* '=> array( 'http://www.flickr.com/services/oembed/', true ),43 '#http://(www\.)?flickr.com/.*#i' => array( 'http://www.flickr.com/services/oembed/', true ), 44 44 '#http://(www\.)?hulu.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ), 45 45 '#http://(www\.)?viddler.com/.*#i' => array( 'http://lab.viddler.com/services/oembed/', true ), 46 46 'http://qik.com/*' => array( 'http://qik.com/api/oembed.{format}', false ),
