Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r18019 r17995  
    2222
    2323    /**
    24      * PHP4 constructor
    25      */
    26     function WP_oEmbed() {
    27         return $this->__construct();
    28     }
    29 
    30     /**
    31      * PHP5 constructor
     24     * Constructor
    3225     *
    3326     * @uses apply_filters() Filters a list of pre-defined oEmbed providers.
     
    4033            '#http://(www\.)?youtube.com/watch.*#i'         => array( 'http://www.youtube.com/oembed',            true  ),
    4134            'http://youtu.be/*'                             => array( 'http://www.youtube.com/oembed',            false ),
    42             'http://blip.tv/file/*'                         => array( 'http://blip.tv/oembed/',                   false ),
     35            'http://blip.tv/*'                              => array( 'http://blip.tv/oembed/',                   false ),
    4336            '#http://(www\.)?vimeo\.com/.*#i'               => array( 'http://www.vimeo.com/api/oembed.{format}', true  ),
    4437            '#http://(www\.)?dailymotion\.com/.*#i'         => array( 'http://www.dailymotion.com/api/oembed',    true  ),
Note: See TracChangeset for help on using the changeset viewer.