Commit 3f6e89409e for wordpress.org

commit 3f6e89409eb86d053ae89806d05d29540f5feb1f
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Thu Dec 4 23:08:32 2025 +0000

    Upgrade/Install: Add missing file to the `$_old_files` array.

    Follow-up to [60490], [61338].

    Props WFMattR, sajib1223, davidbaumwald, mukesh27, SergeyBiryukov.
    Fixes #64336.
    Built from https://develop.svn.wordpress.org/trunk@61351


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

diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php
index e1b5398fb4..e417966c13 100644
--- a/wp-admin/includes/update-core.php
+++ b/wp-admin/includes/update-core.php
@@ -847,6 +847,7 @@ $_old_files = array(
 	'wp-includes/blocks/post-author/editor-rtl.css',
 	'wp-includes/blocks/post-author/editor-rtl.min.css',
 	'wp-includes/SimplePie/src/Decode',
+	'wp-includes/SimplePie/src/Core.php',
 );

 /**
diff --git a/wp-includes/version.php b/wp-includes/version.php
index af823242ca..4b5a9a484c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61349';
+$wp_version = '7.0-alpha-61351';

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