Ticket #31068: podbean.patch
File podbean.patch, 805 bytes (added by , 9 years ago) |
---|
-
wp-includes/class-oembed.php
67 67 '#https?://(www\.)?mixcloud\.com/.*#i' => array( 'http://www.mixcloud.com/oembed', true ), 68 68 '#https?://(www\.|embed\.)?ted\.com/talks/.*#i' => array( 'http://www.ted.com/talks/oembed.{format}', true ), 69 69 '#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array( 'http://animoto.com/oembeds/create', true ), 70 '#https?://(www\.)?podbean\.com/media/player/.*#i' => array( 'http://www.podbean.com/media/oembed', true ), 70 71 ); 71 72 72 73 if ( ! empty( self::$early_providers['add'] ) ) {