Make WordPress Core

Changeset 46768


Ignore:
Timestamp:
11/24/2019 11:01:02 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Embeds: Remove CollegeHumor oEmbed provider, as the service does not exist anymore.

Props audrasjb, youknowriad.
Merges [46761] to the 5.3 branch.
Fixes #48696.

Location:
branches/5.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.3

  • branches/5.3/src/wp-includes/class-wp-oembed.php

    r46144 r46768  
    7979            '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i'    => array( 'https://api.meetup.com/oembed', true ),
    8080            '#https?://(www\.)?issuu\.com/.+/docs/.+#i'    => array( 'https://issuu.com/oembed_wp', true ),
    81             '#https?://(www\.)?collegehumor\.com/video/.*#i' => array( 'https://www.collegehumor.com/oembed.{format}', true ),
    8281            '#https?://(www\.)?mixcloud\.com/.*#i'         => array( 'https://www.mixcloud.com/oembed', true ),
    8382            '#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'https://www.ted.com/services/v1/oembed.{format}', true ),
     
    165164         * | Animoto      | animoto.com                               | 4.0.0   |
    166165         * | Animoto      | video214.com                              | 4.0.0   |
    167          * | CollegeHumor | collegehumor.com                          | 4.0.0   |
    168166         * | Issuu        | issuu.com                                 | 4.0.0   |
    169167         * | Mixcloud     | mixcloud.com                              | 4.0.0   |
     
    212210         * | Photobucket  | photobucket.com      | 2.9.0     | 5.1.0     |
    213211         * | Funny or Die | funnyordie.com       | 3.0.0     | 5.1.0     |
     212         * | CollegeHumor | collegehumor.com     | 4.0.0     | 5.3.1     |
    214213         *
    215214         * @see wp_oembed_add_provider()
Note: See TracChangeset for help on using the changeset viewer.