Commit db427bda86 for wordpress.org

commit db427bda86eb698437b366bcf296e02cd60e0a3d
Author: SergeyBiryukov <sergeybiryukov@git.wordpress.org>
Date:   Fri Sep 11 23:15:48 2026 +0000

    Docs: Remove Screencast from the list of supported oEmbed providers.

    This is just a documentation change, as support for screencast.com has already been removed as of WordPress 6.8.2.

    This commit updates the list of supported providers in the `oembed_providers` filter DocBlock to reflect that change.

    Developed in https://github.com/WordPress/wordpress-develop/pull/13479.

    Follow-up to r60345.

    Props maheshpawar2012, westonruter, SergeyBiryukov.
    Fixes #66090.
    Built from https://develop.svn.wordpress.org/trunk@63605


    git-svn-id: http://core.svn.wordpress.org/trunk@62781 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/class-wp-oembed.php b/wp-includes/class-wp-oembed.php
index fa307092d4..9d55a7adb1 100644
--- a/wp-includes/class-wp-oembed.php
+++ b/wp-includes/class-wp-oembed.php
@@ -175,7 +175,6 @@ class WP_oEmbed {
 		 * | Twitter      | twitter.com/user                          | 4.7.0   |
 		 * | Twitter      | twitter.com/likes                         | 4.7.0   |
 		 * | Twitter      | twitter.com/lists                         | 4.7.0   |
-		 * | Screencast   | screencast.com                            | 4.8.0   |
 		 * | Amazon       | amazon.com (com.mx, com.br, ca)           | 4.9.0   |
 		 * | Amazon       | amazon.de (fr, it, es, in, nl, ru, co.uk) | 4.9.0   |
 		 * | Amazon       | amazon.co.jp (com.au)                     | 4.9.0   |
diff --git a/wp-includes/version.php b/wp-includes/version.php
index cdb1fc4013..d95c8a4ae8 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63604';
+$wp_version = '7.2-alpha-63605';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.