Changeset 18973
- Timestamp:
- 10/14/2011 05:56:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-oembed.php
r18633 r18973 34 34 'http://youtu.be/*' => array( 'http://www.youtube.com/oembed', false ), 35 35 'http://blip.tv/*' => array( 'http://blip.tv/oembed/', false ), 36 '#http://(www\.)?vimeo\.com/.*#i' => array( 'http:// www.vimeo.com/api/oembed.{format}',true ),36 '#http://(www\.)?vimeo\.com/.*#i' => array( 'http://vimeo.com/api/oembed.{format}', true ), 37 37 '#http://(www\.)?dailymotion\.com/.*#i' => array( 'http://www.dailymotion.com/api/oembed', true ), 38 38 '#http://(www\.)?flickr\.com/.*#i' => array( 'http://www.flickr.com/services/oembed/', true ),
Note: See TracChangeset
for help on using the changeset viewer.