Ticket #26062: wordpress_add_pad.ma.patch
| File wordpress_add_pad.ma.patch, 792 bytes (added by , 12 years ago) |
|---|
-
wp-includes/class-oembed.php
53 53 '#https?://(www\.)?rdio\.com/.*#i' => array( 'http://www.rdio.com/api/oembed/', true ), 54 54 '#https?://rd\.io/x/.*#i' => array( 'http://www.rdio.com/api/oembed/', true ), 55 55 '#https?://(open|play)\.spotify\.com/.*#i' => array( 'https://embed.spotify.com/oembed/', true ), 56 '#https?://pad.ma/[A-Z]+.*#i' => array( 'https://pad.ma/oembed', true ), 56 57 ); 57 58 /** 58 59 * Filter the list of oEmbed providers.