From f3e71ae45f5d0910ec508ce7b9a3d76f690b12c4 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Mon, 26 May 2014 23:09:14 +0000 Subject: [PATCH] Add oEmbed support for Mixcloud. Props Jayjdk. Fixes #27169. Built from https://develop.svn.wordpress.org/trunk@28578 git-svn-id: http://core.svn.wordpress.org/trunk@28403 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-oembed.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index 5468c3e439..1b01119ee2 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -59,6 +59,7 @@ class WP_oEmbed { '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'http://api.meetup.com/oembed', true ), '#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'http://issuu.com/oembed_wp', true ), '#https?://(www\.)?collegehumor\.com/video/.*#i' => array( 'http://www.collegehumor.com/oembed.{format}', true ), + '#https?://(www\.)?mixcloud\.com/.*#i' => array( 'http://www.mixcloud.com/oembed', true ), ); /**