Changeset 27225
- Timestamp:
- 02/21/2014 07:32:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r27133 r27225 33 33 '#https://youtu\.be/.*#i' => array( 'http://www.youtube.com/oembed?scheme=https', true ), 34 34 'http://blip.tv/*' => array( 'http://blip.tv/oembed/', false ), 35 '#https?://( www\.)?vimeo\.com/.*#i'=> array( 'http://vimeo.com/api/oembed.{format}', true ),35 '#https?://(.+\.)?vimeo\.com/.*#i' => array( 'http://vimeo.com/api/oembed.{format}', true ), 36 36 '#https?://(www\.)?dailymotion\.com/.*#i' => array( 'http://www.dailymotion.com/services/oembed', true ), 37 37 'http://dai.ly/*' => array( 'http://www.dailymotion.com/services/oembed', false ),
Note: See TracChangeset
for help on using the changeset viewer.