Make WordPress Core

Changeset 27225


Ignore:
Timestamp:
02/21/2014 07:32:01 PM (11 years ago)
Author:
nacin
Message:

Allow any vimeo.com subdomain for embeds.

props danielbachhuber.
fixes #24170.

File:
1 edited

Legend:

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

    r27133 r27225  
    3333            '#https://youtu\.be/.*#i'                             => array( 'http://www.youtube.com/oembed?scheme=https',         true  ),
    3434            'http://blip.tv/*'                                    => array( 'http://blip.tv/oembed/',                             false ),
    35             '#https?://(www\.)?vimeo\.com/.*#i'                   => array( 'http://vimeo.com/api/oembed.{format}',               true  ),
     35            '#https?://(.+\.)?vimeo\.com/.*#i'                    => array( 'http://vimeo.com/api/oembed.{format}',               true  ),
    3636            '#https?://(www\.)?dailymotion\.com/.*#i'             => array( 'http://www.dailymotion.com/services/oembed',         true  ),
    3737            'http://dai.ly/*'                                     => array( 'http://www.dailymotion.com/services/oembed',         false ),
Note: See TracChangeset for help on using the changeset viewer.