Changeset 40901
- Timestamp:
- 06/15/2017 05:37:51 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r40628 r40901 96 96 '#https?://cloudup\.com/.*#i' => array( 'https://cloudup.com/oembed', true ), 97 97 '#https?://(www\.)?reverbnation\.com/.*#i' => array( 'https://www.reverbnation.com/oembed', true ), 98 '#https?://videopress\.com/v/.*#' => array( 'https://public-api.wordpress.com/oembed/ 1.0/?for=' . $host,true ),98 '#https?://videopress\.com/v/.*#' => array( 'https://public-api.wordpress.com/oembed/?for=' . $host, true ), 99 99 '#https?://(www\.)?reddit\.com/r/[^/]+/comments/.*#i' => array( 'https://www.reddit.com/oembed', true ), 100 100 '#https?://(www\.)?speakerdeck\.com/.*#i' => array( 'https://speakerdeck.com/oembed.{format}', true ),
Note: See TracChangeset
for help on using the changeset viewer.