mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 15:31:42 +01:00
Embeds: Remove CollegeHumor oEmbed provider, as the service does not exist anymore.
Props audrasjb, youknowriad. Merges [46761] to the 5.3 branch. Fixes #48696. Built from https://develop.svn.wordpress.org/branches/5.3@46768 git-svn-id: http://core.svn.wordpress.org/branches/5.3@46568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e5296ce359
commit
27e67093f7
@ -78,7 +78,6 @@ class WP_oEmbed {
|
|||||||
'#https?://(.+\.)?imgur\.com/.*#i' => array( 'https://api.imgur.com/oembed', true ),
|
'#https?://(.+\.)?imgur\.com/.*#i' => array( 'https://api.imgur.com/oembed', true ),
|
||||||
'#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'https://api.meetup.com/oembed', true ),
|
'#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'https://api.meetup.com/oembed', true ),
|
||||||
'#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'https://issuu.com/oembed_wp', true ),
|
'#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'https://issuu.com/oembed_wp', true ),
|
||||||
'#https?://(www\.)?collegehumor\.com/video/.*#i' => array( 'https://www.collegehumor.com/oembed.{format}', true ),
|
|
||||||
'#https?://(www\.)?mixcloud\.com/.*#i' => array( 'https://www.mixcloud.com/oembed', true ),
|
'#https?://(www\.)?mixcloud\.com/.*#i' => array( 'https://www.mixcloud.com/oembed', true ),
|
||||||
'#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'https://www.ted.com/services/v1/oembed.{format}', true ),
|
'#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'https://www.ted.com/services/v1/oembed.{format}', true ),
|
||||||
'#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array( 'https://animoto.com/oembeds/create', true ),
|
'#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array( 'https://animoto.com/oembeds/create', true ),
|
||||||
@ -164,7 +163,6 @@ class WP_oEmbed {
|
|||||||
* | Meetup.com | meetu.ps | 3.9.0 |
|
* | Meetup.com | meetu.ps | 3.9.0 |
|
||||||
* | Animoto | animoto.com | 4.0.0 |
|
* | Animoto | animoto.com | 4.0.0 |
|
||||||
* | Animoto | video214.com | 4.0.0 |
|
* | Animoto | video214.com | 4.0.0 |
|
||||||
* | CollegeHumor | collegehumor.com | 4.0.0 |
|
|
||||||
* | Issuu | issuu.com | 4.0.0 |
|
* | Issuu | issuu.com | 4.0.0 |
|
||||||
* | Mixcloud | mixcloud.com | 4.0.0 |
|
* | Mixcloud | mixcloud.com | 4.0.0 |
|
||||||
* | Crowdsignal | poll.fm | 4.0.0 |
|
* | Crowdsignal | poll.fm | 4.0.0 |
|
||||||
@ -211,6 +209,7 @@ class WP_oEmbed {
|
|||||||
* | Vine | vine.co | 4.1.0 | 4.9.0 |
|
* | Vine | vine.co | 4.1.0 | 4.9.0 |
|
||||||
* | Photobucket | photobucket.com | 2.9.0 | 5.1.0 |
|
* | Photobucket | photobucket.com | 2.9.0 | 5.1.0 |
|
||||||
* | Funny or Die | funnyordie.com | 3.0.0 | 5.1.0 |
|
* | Funny or Die | funnyordie.com | 3.0.0 | 5.1.0 |
|
||||||
|
* | CollegeHumor | collegehumor.com | 4.0.0 | 5.3.1 |
|
||||||
*
|
*
|
||||||
* @see wp_oembed_add_provider()
|
* @see wp_oembed_add_provider()
|
||||||
*
|
*
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.3.1-alpha-46767';
|
$wp_version = '5.3.1-alpha-46768';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user