Merge two Animoto oEmbed patterns.

props kovshenin.
see #28265.

git-svn-id: https://develop.svn.wordpress.org/trunk@28822 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2014-06-24 15:55:37 +00:00
parent 40ce1a6adf
commit a10aa6c53c
1 changed files with 1 additions and 2 deletions

View File

@ -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 ),
);
/**