diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php
index b08a5c942e..26ca7173d4 100644
|
a
|
b
|
class WP_oEmbed { |
| 78 | 78 | '#https?://(.+\.)?imgur\.com/.*#i' => array( 'https://api.imgur.com/oembed', true ), |
| 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 ), |
| 84 | 83 | '#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array( 'https://animoto.com/oembeds/create', true ), |
| … |
… |
class WP_oEmbed { |
| 164 | 163 | * | Meetup.com | meetu.ps | 3.9.0 | |
| 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 | |
| 170 | 168 | * | Crowdsignal | poll.fm | 4.0.0 | |
| … |
… |
class WP_oEmbed { |
| 211 | 209 | * | Vine | vine.co | 4.1.0 | 4.9.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() |
| 216 | 215 | * |