Changeset 46768
- Timestamp:
- 11/24/2019 11:01:02 AM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-includes/class-wp-oembed.php
r46144 r46768 79 79 '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'https://api.meetup.com/oembed', true ), 80 80 '#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'https://issuu.com/oembed_wp', true ), 81 '#https?://(www\.)?collegehumor\.com/video/.*#i' => array( 'https://www.collegehumor.com/oembed.{format}', true ),82 81 '#https?://(www\.)?mixcloud\.com/.*#i' => array( 'https://www.mixcloud.com/oembed', true ), 83 82 '#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'https://www.ted.com/services/v1/oembed.{format}', true ), … … 165 164 * | Animoto | animoto.com | 4.0.0 | 166 165 * | Animoto | video214.com | 4.0.0 | 167 * | CollegeHumor | collegehumor.com | 4.0.0 |168 166 * | Issuu | issuu.com | 4.0.0 | 169 167 * | Mixcloud | mixcloud.com | 4.0.0 | … … 212 210 * | Photobucket | photobucket.com | 2.9.0 | 5.1.0 | 213 211 * | Funny or Die | funnyordie.com | 3.0.0 | 5.1.0 | 212 * | CollegeHumor | collegehumor.com | 4.0.0 | 5.3.1 | 214 213 * 215 214 * @see wp_oembed_add_provider()
Note: See TracChangeset
for help on using the changeset viewer.