diff --git src/wp-includes/class-oembed.php src/wp-includes/class-oembed.php
index 8582fa8a7a..519cc352ed 100644
|
|
|
class WP_oEmbed { |
| 64 | 64 | '#https?://wordpress\.tv/.*#i' => array( 'https://wordpress.tv/oembed/', true ), |
| 65 | 65 | '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), |
| 66 | 66 | '#https?://poll\.fm/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), |
| 67 | | '#https?://survey\.fm/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), |
| | 67 | '#https?://(.+\.)?survey\.fm/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), |
| 68 | 68 | '#https?://(www\.)?twitter\.com/\w{1,15}/status(es)?/.*#i' => array( 'https://publish.twitter.com/oembed', true ), |
| 69 | 69 | '#https?://(www\.)?twitter\.com/\w{1,15}$#i' => array( 'https://publish.twitter.com/oembed', true ), |
| 70 | 70 | '#https?://(www\.)?twitter\.com/\w{1,15}/likes$#i' => array( 'https://publish.twitter.com/oembed', true ), |