Changeset 29110
- Timestamp:
- 07/11/2014 11:00:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r29012 r29110 47 47 'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ), 48 48 '#https?://(www\.)?scribd\.com/doc/.*#i' => array( 'http://www.scribd.com/services/oembed', true ), 49 ' http://wordpress.tv/*' => array( 'http://wordpress.tv/oembed/', false ),49 '#https?://wordpress.tv/.*#i' => array( 'http://wordpress.tv/oembed/', true ), 50 50 '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'http://polldaddy.com/oembed/', true ), 51 51 '#https?://poll\.fm/.*#i' => array( 'http://polldaddy.com/oembed/', true ),
Note: See TracChangeset
for help on using the changeset viewer.