mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Merge two Animoto oEmbed patterns.
props kovshenin. see #28265. Built from https://develop.svn.wordpress.org/trunk@28822 git-svn-id: http://core.svn.wordpress.org/trunk@28626 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
124f1bc2f5
commit
781750550f
@ -62,8 +62,7 @@ class WP_oEmbed {
|
||||
'#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 ),
|
||||
'#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'http://www.ted.com/talks/oembed.{format}', true ),
|
||||
'#https?://(www\.)?animoto.com/play/.*#i' => array( 'http://animoto.com/oembeds/create', true ),
|
||||
'#https?://(www\.)?video214.com/play/.*#i' => array( 'http://animoto.com/oembeds/create', true ),
|
||||
'#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array( 'http://animoto.com/oembeds/create', true ),
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user