Commit 9127333cad for wordpress.org

commit 9127333cad977ee388f66ca55c79445e8eae288f
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Sun Sep 27 17:38:47 2026 +0000

    Tests: Consolidate REST font faces context assertions.

    Replace the empty context test with the existing provider-backed check. Preserve coverage for collection and individual font face routes.

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

    Props shailu25.
    See #40538.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 6762470c22..3aac5195c3 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63949';
+$wp_version = '7.2-alpha-63950';

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