Skip to content

Commit ec0fcf5

Browse files
committed
Merge branch 'trunk' of https://github.com/WordPress/wordpress-develop into trunk
2 parents db422fd + ff20f59 commit ec0fcf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
# Creates a PHPUnit test job for each PHP/MariaDB combination.
130130
#
131131
# All LTS versions of MariaDB supported by WordPress with greater than 1% usage according to w.org/stats should be
132-
# tested. The exceptions to this rule are the latest LTS and version 5.5.
132+
# tested. The exceptions to this rule are the most recent LTS and version 5.5.
133133
#
134134
# The 5.5 release was intended as a drop-in replacement for MySQL. Because the MySQL 5.5 Docker containers do not
135135
# work, this ensures some level of MySQL 5.5 testing.

src/wp-includes/class-wp-oembed.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ public function __construct() {
8989
'#https?://videopress\.com/v/.*#' => array( 'https://public-api.wordpress.com/oembed/?for=' . $host, true ),
9090
'#https?://(www\.)?reddit\.com/r/[^/]+/comments/.*#i' => array( 'https://www.reddit.com/oembed', true ),
9191
'#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 ),
9392
'#https?://([a-z0-9-]+\.)?amazon\.(com|com\.mx|com\.br|ca)/.*#i' => array( 'https://read.amazon.com/kp/api/oembed', true ),
9493
'#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 ),
9594
'#https?://([a-z0-9-]+\.)?amazon\.(co\.jp|com\.au)/.*#i' => array( 'https://read.amazon.com.au/kp/api/oembed', true ),
@@ -216,6 +215,7 @@ public function __construct() {
216215
* | Meetup.com | meetup.com | 3.9.0 | 6.0.1 |
217216
* | Meetup.com | meetu.ps | 3.9.0 | 6.0.1 |
218217
* | SlideShare | slideshare.net | 3.5.0 | 6.6.0 |
218+
* | Screencast | screencast.com | 4.8.0 | 6.8.2 |
219219
*
220220
* @see wp_oembed_add_provider()
221221
*

0 commit comments

Comments
 (0)