Make WordPress Core

Ticket #26062: wordpress_add_pad.ma.patch

File wordpress_add_pad.ma.patch, 792 bytes (added by pad.ma, 12 years ago)
  • wp-includes/class-oembed.php

     
    5353                        '#https?://(www\.)?rdio\.com/.*#i'                   => array( 'http://www.rdio.com/api/oembed/',                   true  ),
    5454                        '#https?://rd\.io/x/.*#i'                            => array( 'http://www.rdio.com/api/oembed/',                   true  ),
    5555                        '#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  ),
    5657                );
    5758                /**
    5859                 * Filter the list of oEmbed providers.