From 74bfbfaec22475ab3b6e2bdbfb62f8066b1305d0 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 13 Mar 2014 21:28:14 +0000 Subject: [PATCH] Remove Qik from the oEmbed provider list as it's shutting down. Fixes #27302. Props JustinSainton. Built from https://develop.svn.wordpress.org/trunk@27526 git-svn-id: http://core.svn.wordpress.org/trunk@27369 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 9d3abf7d04..832731efd9 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -40,7 +40,6 @@ class WP_oEmbed { '#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://lab.viddler.com/services/oembed/', true ), - 'http://qik.com/*' => array( 'http://qik.com/api/oembed.{format}', false ), '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 ),