Make WordPress Core

Changeset 12138


Ignore:
Timestamp:
11/02/2009 08:50:49 PM (14 years ago)
Author:
ryan
Message:

Fix regex. Props Viper007Bond. see #10337

File:
1 edited

Legend:

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

    r12136 r12138  
    4141            'http://blip.tv/file/*'                 => array( 'http://blip.tv/oembed/',                   false ),
    4242            '#http://(www\.)?vimeo\.com/.*#i'       => array( 'http://www.vimeo.com/api/oembed.{format}', true  ),
    43             '#http://(www\.)?flickr.com/.*       => array( 'http://www.flickr.com/services/oembed/',   true ),
     43            '#http://(www\.)?flickr.com/.*#i'       => array( 'http://www.flickr.com/services/oembed/',   true ),
    4444            '#http://(www\.)?hulu.com/watch/.*#i'   => array( 'http://www.hulu.com/api/oembed.{format}',  true ),
    4545            '#http://(www\.)?viddler.com/.*#i'      => array( 'http://lab.viddler.com/services/oembed/',  true ),
Note: See TracChangeset for help on using the changeset viewer.