From 7e74b8909e28f25e52cff6d7c8cdce1f702b08d8 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Tue, 27 May 2014 22:00:14 +0000 Subject: [PATCH] RIP Viddler oEmbed support. More: https://gigaom.com/2014/02/07/viddler-gets-ready-to-delete-personal-videos/ See #28379. Built from https://develop.svn.wordpress.org/trunk@28596 git-svn-id: http://core.svn.wordpress.org/trunk@28421 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-oembed.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index 2f00687984..768f70c257 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -41,7 +41,6 @@ class WP_oEmbed { 'http://flic.kr/*' => array( 'http://www.flickr.com/services/oembed/', false ), '#https?://(.+\.)?smugmug\.com/.*#i' => array( 'http://api.smugmug.com/services/oembed/', true ), '#https?://(www\.)?hulu\.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ), - '#https?://(www\.)?viddler\.com/.*#i' => array( 'http://www.viddler.com/oembed/', true ), 'http://revision3.com/*' => array( 'http://revision3.com/api/oembed/', false ), 'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ), 'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ),