Commit 8e41c41493 for wordpress.org

commit 8e41c414938e42e15a209d11f82e8f71e8dfb1b7
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Wed Sep 9 00:02:47 2026 +0000

    Tests: Remove unrelated option setup in REST settings test.

    Remove the `posts_per_page` update from `test_update_item_with_invalid_enum()`, which only checks rejection of an invalid default_ping_status value.

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

    Props wongjn.
    See #65819.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 8f23752f32..5f4ec2a9cc 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63545';
+$wp_version = '7.2-alpha-63546';

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