diff --git src/wp-includes/class-oembed.php src/wp-includes/class-oembed.php
index 1f2399a..cbfb55b 100644
|
|
|
class WP_oEmbed { |
| 76 | 76 | '#https?://cloudup\.com/.*#i' => array( 'https://cloudup.com/oembed', true ), |
| 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 | '#https?://(www\.)?reddit\.com/r/[^/]+/comments/.*#i' => array( 'https://www.reddit.com/oembed', true ), |
| 79 | 80 | ); |
| 80 | 81 | |
| 81 | 82 | if ( ! empty( self::$early_providers['add'] ) ) { |
| … |
… |
class WP_oEmbed { |
| 143 | 144 | * | Cloudup | cloudup.com | Yes | 4.4.0 | |
| 144 | 145 | * | ReverbNation | reverbnation.com | Yes | 4.4.0 | |
| 145 | 146 | * | VideoPress | videopress.com | Yes | 4.4.0 | |
| | 147 | * | Reddit | reddit.com | Yes | 4.4.0 | |
| 146 | 148 | * |
| 147 | 149 | * No longer supported providers: |
| 148 | 150 | * |