Changeset 34587
- Timestamp:
- 09/26/2015 11:50:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r34526 r34587 42 42 '#https://youtu\.be/.*#i' => array( 'http://www.youtube.com/oembed?scheme=https', true ), 43 43 '#https?://(.+\.)?vimeo\.com/.*#i' => array( 'http://vimeo.com/api/oembed.{format}', true ), 44 '#https?://(www\.)?dailymotion\.com/.*#i' => array( 'http ://www.dailymotion.com/services/oembed',true ),45 'http://dai.ly/*' => array( 'http ://www.dailymotion.com/services/oembed',false ),44 '#https?://(www\.)?dailymotion\.com/.*#i' => array( 'https://www.dailymotion.com/services/oembed', true ), 45 'http://dai.ly/*' => array( 'https://www.dailymotion.com/services/oembed', false ), 46 46 '#https?://(www\.)?flickr\.com/.*#i' => array( 'https://www.flickr.com/services/oembed/', true ), 47 47 '#https?://flic\.kr/.*#i' => array( 'https://www.flickr.com/services/oembed/', true ),
Note: See TracChangeset
for help on using the changeset viewer.