Changeset 31630
- Timestamp:
- 03/05/2015 08:12:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r31423 r31630 68 68 '#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'http://www.ted.com/talks/oembed.{format}', true ), 69 69 '#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array( 'http://animoto.com/oembeds/create', true ), 70 '#https?://(.+)\.tumblr\.com/post/.*#i' => array( 'https://www.tumblr.com/oembed/1.0', true ), 70 71 ); 71 72 … … 139 140 * | Vine | vine.co | Yes | 4.1.0 | 140 141 * | ------------ | -------------------- | ----- | --------- | 141 * 142 * | Tumblr | tumblr.com | Yes | 4.2.0 | 143 * | ------------ | -------------------- | ----- | --------- | 144 * 142 145 * No longer supported providers: 143 146 *
Note: See TracChangeset
for help on using the changeset viewer.