Changeset 17978
- Timestamp:
- 05/20/2011 03:52:39 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/class-oembed.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-oembed.php
r17654 r17978 33 33 '#http://(www\.)?youtube.com/watch.*#i' => array( 'http://www.youtube.com/oembed', true ), 34 34 'http://youtu.be/*' => array( 'http://www.youtube.com/oembed', false ), 35 'http://blip.tv/ file/*'=> array( 'http://blip.tv/oembed/', false ),35 'http://blip.tv/*' => array( 'http://blip.tv/oembed/', false ), 36 36 '#http://(www\.)?vimeo\.com/.*#i' => array( 'http://www.vimeo.com/api/oembed.{format}', true ), 37 37 '#http://(www\.)?dailymotion\.com/.*#i' => array( 'http://www.dailymotion.com/api/oembed', true ),
Note: See TracChangeset
for help on using the changeset viewer.