Commit 7a9d791a49 for wordpress.org

commit 7a9d791a4940055be3393e81ec377b5f25cfc72b
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 22 21:30:46 2026 +0000

    Tests: Cover context parameters for icon collection routes.

    Replace the empty context parameter test with OPTIONS requests to the collection and single-collection REST routes. Assert that each route defaults to the view context and supports view, embed, and edit.

    Remove the doesNotPerformAssertions annotation now that the test verifies the registered route arguments.

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

    Props faisalahammad.
    See #40538.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index aeddce8418..05d2549165 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63874';
+$wp_version = '7.2-alpha-63875';

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