Commit b95499b529 for wordpress.org

commit b95499b52920576ff49e006d016c266c6fd3a4eb
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Sun Sep 27 17:37:53 2026 +0000

    Tests: Consolidate REST font families context assertions.

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

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

    Props shailu25.
    See #40538.

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


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

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

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