Changeset 12138
- Timestamp:
- 11/02/2009 08:50:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-oembed.php
r12136 r12138 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 ),
Note: See TracChangeset
for help on using the changeset viewer.