Make WordPress Core

Changeset 28557


Ignore:
Timestamp:
05/22/2014 11:46:22 PM (11 years ago)
Author:
johnbillion
Message:

Add CollegeHumor.com oEmbed support. Fixes #24497. Props johnzanussi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-oembed.php

    r28556 r28557  
    5959            '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i'           => array( 'http://api.meetup.com/oembed',                       true  ),
    6060            '#https?://(www\.)?issuu\.com/.+/docs/.+#i'           => array( 'http://issuu.com/oembed_wp',                         true  ),
     61            '#https?://(www\.)?collegehumor\.com/video/.*#i'      => array( 'http://www.collegehumor.com/oembed.{format}',        true  ),
    6162        );
    6263
Note: See TracChangeset for help on using the changeset viewer.