Commit 1adbac2a23 for wordpress.org

commit 1adbac2a2320b4dcc7e878209565205a51cc71bb
Author: wildworks <wildworks@git.wordpress.org>
Date:   Tue Sep 8 10:37:51 2026 +0000

    Docs: Align `@param` tag columns in block-supports and theme tests.

    Aligns `@param` tag columns in docblocks across the block supports and theme.json test files per the PHP inline documentation standards.

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

    Props mukesh27, wildworks.
    See #65818.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index cbb6370034..329cd15cd4 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63526';
+$wp_version = '7.2-alpha-63527';

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