Changeset 45061
- Timestamp:
- 03/28/2019 09:26:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r45024 r45061 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 ),
Note: See TracChangeset
for help on using the changeset viewer.