Ticket #27169: 27169.patch
| File 27169.patch, 771 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/class-oembed.php
56 56 '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), 57 57 '#https?://(.+\.)?imgur\.com/.*#i' => array( 'http://api.imgur.com/oembed', true ), 58 58 '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'http://api.meetup.com/oembed', true ), 59 '#https?://(www\.)?mixcloud\.com/.*#i' => array( 'http://www.mixcloud.com/oembed', true ), 59 60 ); 60 61 61 62 /**