Make WordPress Core

Ticket #17106: 17106.02.patch

File 17106.02.patch, 833 bytes (added by r-a-y, 14 years ago)
  • wp-includes/class-oembed.php

     
    5252                        'http://gi*.photobucket.com/groups/*'           => array( 'http://photobucket.com/oembed',            false ),
    5353                        '#http://(www\.)?scribd\.com/.*#i'              => array( 'http://www.scribd.com/services/oembed',    true  ),
    5454                        'http://wordpress.tv/*'                         => array( 'http://wordpress.tv/oembed/',              false ),
    55                         '#http://(answers|surveys)\.polldaddy.com/.*#i' => array( 'http://polldaddy.com/oembed/',             true  ),
     55                        '#http://(.+)?polldaddy.com/.*#i'               => array( 'http://polldaddy.com/oembed/',             true  ),
    5656                        '#http://(www\.)?funnyordie\.com/videos/.*#i'   => array( 'http://www.funnyordie.com/oembed',         true  ),
    5757                ) );
    5858