Ticket #11978: 11978.patch
| File 11978.patch, 788 bytes (added by , 16 years ago) |
|---|
-
wp-includes/class-oembed.php
50 50 'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ), 51 51 '#http://(www\.)?scribd\.com/.*#i' => array( 'http://www.scribd.com/services/oembed', true ), 52 52 'http://wordpress.tv/*' => array( 'http://wordpress.tv/oembed/', false ), 53 '#http://(www\.)?movieclips.com/watch/[\w]+/[\w]+/#i' => array( 'http://movieclips.com/services/oembed/', true ), 53 54 ) ); 54 55 55 56 // Fix Scribd embeds. They contain new lines in the middle of the HTML which breaks wpautop().