Ticket #28597: 28597.diff
| File 28597.diff, 793 bytes (added by , 10 years ago) |
|---|
-
class-oembed.php
77 77 '#https?://(www\.)?reverbnation\.com/.*#i' => array( 'https://www.reverbnation.com/oembed', true ), 78 78 '#https?://videopress.com/v/.*#' => array( 'https://public-api.wordpress.com/oembed/1.0/?for=' . $host, true ), 79 79 '#https?://(www\.)?reddit\.com/r/[^/]+/comments/.*#i' => array( 'https://www.reddit.com/oembed', true ), 80 '#https?://(www\.)?speakerdeck\.com/.*#i/.*#i' => array( 'https://speakerdeck.com/oembed.json', true ), 80 81 ); 81 82 82 83 if ( ! empty( self::$early_providers['add'] ) ) {