Changeset 45385
- Timestamp:
- 05/23/2019 09:19:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r45061 r45385 60 60 '#https?://flic\.kr/.*#i' => array( 'https://www.flickr.com/services/oembed/', true ), 61 61 '#https?://(.+\.)?smugmug\.com/.*#i' => array( 'https://api.smugmug.com/services/oembed/', true ), 62 '#https?://(www\.)?hulu\.com/watch/.*#i' => array( 'http ://www.hulu.com/api/oembed.{format}', true ),62 '#https?://(www\.)?hulu\.com/watch/.*#i' => array( 'https://www.hulu.com/api/oembed.{format}', true ), 63 63 '#https?://(www\.)?scribd\.com/(doc|document)/.*#i' => array( 'https://www.scribd.com/services/oembed', true ), 64 64 '#https?://wordpress\.tv/.*#i' => array( 'https://wordpress.tv/oembed/', true ),
Note: See TracChangeset
for help on using the changeset viewer.