Changeset 27526
- Timestamp:
- 03/13/2014 09:27:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r27225 r27526 41 41 '#https?://(www\.)?hulu\.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ), 42 42 '#https?://(www\.)?viddler\.com/.*#i' => array( 'http://lab.viddler.com/services/oembed/', true ), 43 'http://qik.com/*' => array( 'http://qik.com/api/oembed.{format}', false ),44 43 'http://revision3.com/*' => array( 'http://revision3.com/api/oembed/', false ), 45 44 'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ),
Note: See TracChangeset
for help on using the changeset viewer.