Make WordPress Core

Changeset 28554


Ignore:
Timestamp:
05/22/2014 09:49:10 PM (10 years ago)
Author:
wonderboymusic
Message:

Add Issuu to list of whitelisted oEmbed providers.

Props issuu.
Fixes #28312.

File:
1 edited

Legend:

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

    r28552 r28554  
    5757            '#https?://(.+\.)?imgur\.com/.*#i'                    => array( 'http://api.imgur.com/oembed',                        true  ),
    5858            '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i'           => array( 'http://api.meetup.com/oembed',                       true  ),
     59            '#https?://(www\.)?issuu\.com/.+/docs/.+#i'           => array( 'http://issuu.com/oembed_wp',                         true  ),
    5960        );
    6061
Note: See TracChangeset for help on using the changeset viewer.