Changeset 29476 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 08/13/2014 12:16:11 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r29165 r29476 48 48 '#https?://(www\.)?scribd\.com/doc/.*#i' => array( 'http://www.scribd.com/services/oembed', true ), 49 49 '#https?://wordpress.tv/.*#i' => array( 'http://wordpress.tv/oembed/', true ), 50 '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'http ://polldaddy.com/oembed/',true ),51 '#https?://poll\.fm/.*#i' => array( 'http ://polldaddy.com/oembed/',true ),50 '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'https://polldaddy.com/oembed/', true ), 51 '#https?://poll\.fm/.*#i' => array( 'https://polldaddy.com/oembed/', true ), 52 52 '#https?://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ), 53 53 '#https?://(www\.)?twitter\.com/.+?/status(es)?/.*#i' => array( 'https://api.twitter.com/1/statuses/oembed.{format}', true ),
Note: See TracChangeset
for help on using the changeset viewer.