Commit 285ec5c773 for wordpress.org

commit 285ec5c77349b2e8a084d6b91668ad2346220326
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Mon Sep 21 18:50:54 2026 +0000

    Tests: Reuse the editor fixture in REST term meta tests.

    Create one editor user for the REST term meta test class and reuse it when granting write permission. Delete the shared user during class teardown, avoiding repeated user creation while preserving the existing assertions.

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

    Props sainathpoojary.
    See #66074.

    Built from https://develop.svn.wordpress.org/trunk@63781


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index c2d47cd065..5703276c3b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63780';
+$wp_version = '7.2-alpha-63781';

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