Changeset 48512
- Timestamp:
- 07/20/2020 01:10:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r48185 r48512 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( 'https://www.hulu.com/api/oembed.{format}', true ),63 62 '#https?://(www\.)?scribd\.com/(doc|document)/.*#i' => array( 'https://www.scribd.com/services/oembed', true ), 64 63 '#https?://wordpress\.tv/.*#i' => array( 'https://wordpress.tv/oembed/', true ), … … 144 143 * | Dailymotion | dailymotion.com | 2.9.0 | 145 144 * | Flickr | flickr.com | 2.9.0 | 146 * | Hulu | hulu.com | 2.9.0 |147 145 * | Scribd | scribd.com | 2.9.0 | 148 146 * | Vimeo | vimeo.com | 2.9.0 | … … 213 211 * | Funny or Die | funnyordie.com | 3.0.0 | 5.1.0 | 214 212 * | CollegeHumor | collegehumor.com | 4.0.0 | 5.3.1 | 213 * | Hulu | hulu.com | 2.9.0 | 5.4.2 | 215 214 * 216 215 * @see wp_oembed_add_provider()
Note: See TracChangeset
for help on using the changeset viewer.