Commit dea90ad8b7 for wordpress.org

commit dea90ad8b703296372232eb722f7d241b50f732e
Author: desrosj <desrosj@git.wordpress.org>
Date:   Tue Sep 16 00:04:33 2025 +0000

    Tests: Remove redundant `wp_image_editors` filter.

    The `WP_Tests_Image_Resize_UnitTestCase` class extends `WP_Image_UnitTestCase`, which already has a `wp_image_editors` filter performing the same action.

    This also officially declares `$editor_engine` as a property in the base class.

    Props mukesh27.
    See #63167.
    Built from https://develop.svn.wordpress.org/trunk@60763


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 5aa374b6c3..4fa91414ca 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.9-alpha-60743';
+$wp_version = '6.9-alpha-60763';

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