Fix revision3 scheme. Add photobucket oembed. see #10337
git-svn-id: http://svn.automattic.com/wordpress/trunk@12123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b86f746d21
commit
cd8071e7ce
|
@ -44,7 +44,9 @@ class WP_oEmbed {
|
|||
'http://www.hulu.com/watch/*' => array( 'http://www.hulu.com/api/oembed.{format}', false ),
|
||||
'http://*.viddler.com/*' => array( 'http://lab.viddler.com/services/oembed/', false ),
|
||||
'http://qik.com/*' => array( 'http://qik.com/api/oembed.{format}', false ),
|
||||
'http://*.revision3.com/*' => array( 'http://revision3.com/api/oembed/', 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 ),
|
||||
) );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue