Changeset 27113
- Timestamp:
- 02/06/2014 11:11:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r26978 r27113 56 56 '#https?://rd\.io/x/.*#i' => array( 'http://www.rdio.com/api/oembed/', true ), 57 57 '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), 58 '#https?://(.+\.)?imgur\.com/.*#i' => array( 'http://api.imgur.com/oembed', true ), 58 59 ); 59 60
Note: See TracChangeset
for help on using the changeset viewer.