Changeset 60354
- Timestamp:
- 06/26/2025 07:04:27 PM (7 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-oembed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/src/wp-includes/class-wp-oembed.php
r59888 r60354 90 90 '#https?://(www\.)?reddit\.com/r/[^/]+/comments/.*#i' => array( 'https://www.reddit.com/oembed', true ), 91 91 '#https?://(www\.)?speakerdeck\.com/.*#i' => array( 'https://speakerdeck.com/oembed.{format}', true ), 92 '#https?://(www\.)?screencast\.com/.*#i' => array( 'https://api.screencast.com/external/oembed', true ),93 92 '#https?://([a-z0-9-]+\.)?amazon\.(com|com\.mx|com\.br|ca)/.*#i' => array( 'https://read.amazon.com/kp/api/oembed', true ), 94 93 '#https?://([a-z0-9-]+\.)?amazon\.(co\.uk|de|fr|it|es|in|nl|ru)/.*#i' => array( 'https://read.amazon.co.uk/kp/api/oembed', true ), … … 217 216 * | Meetup.com | meetu.ps | 3.9.0 | 6.0.1 | 218 217 * | SlideShare | slideshare.net | 3.5.0 | 6.6.0 | 218 * | Screencast | screencast.com | 4.8.0 | 6.8.2 | 219 219 * 220 220 * @see wp_oembed_add_provider()
Note: See TracChangeset
for help on using the changeset viewer.