Make WordPress Core

Changeset 18973


Ignore:
Timestamp:
10/14/2011 05:56:48 PM (14 years ago)
Author:
ryan
Message:

Update vimeo oembed api url. Props l3rady, justindgivens. fixes #18928

File:
1 edited

Legend:

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

    r18633 r18973  
    3434            'http://youtu.be/*'                             => array( 'http://www.youtube.com/oembed',            false ),
    3535            'http://blip.tv/*'                              => array( 'http://blip.tv/oembed/',                   false ),
    36             '#http://(www\.)?vimeo\.com/.*#i'               => array( 'http://www.vimeo.com/api/oembed.{format}', true  ),
     36            '#http://(www\.)?vimeo\.com/.*#i'               => array( 'http://vimeo.com/api/oembed.{format}',    true  ),
    3737            '#http://(www\.)?dailymotion\.com/.*#i'         => array( 'http://www.dailymotion.com/api/oembed',    true  ),
    3838            '#http://(www\.)?flickr\.com/.*#i'              => array( 'http://www.flickr.com/services/oembed/',   true  ),
Note: See TracChangeset for help on using the changeset viewer.