Make WordPress Core

Changeset 28578


Ignore:
Timestamp:
05/26/2014 11:09:00 PM (11 years ago)
Author:
wonderboymusic
Message:

Add oEmbed support for Mixcloud.

Props Jayjdk.
Fixes #27169.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-oembed.php

    r28557 r28578  
    6060            '#https?://(www\.)?issuu\.com/.+/docs/.+#i'           => array( 'http://issuu.com/oembed_wp',                         true  ),
    6161            '#https?://(www\.)?collegehumor\.com/video/.*#i'      => array( 'http://www.collegehumor.com/oembed.{format}',        true  ),
     62            '#https?://(www\.)?mixcloud\.com/.*#i'                => array( 'http://www.mixcloud.com/oembed',                     true  ),
    6263        );
    6364
Note: See TracChangeset for help on using the changeset viewer.