Commit 2fd58feee9 for wordpress.org

commit 2fd58feee99d2b523653d3b3b4df2731b93f9dea
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Wed Sep 16 16:45:50 2026 +0000

    Tests: Use assertWPError() in admin post tests.

    Use the dedicated assertion for the contributor capability checks in _wp_translate_postdata(), matching the existing assertNotWPError() assertions. Retain the explicit error code and message checks.

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

    Props noruzzaman.
    See #65819.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 7083158ae8..860acfddf9 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63636';
+$wp_version = '7.2-alpha-63637';

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