Commit 9f5d4dfb97 for wordpress.org

commit 9f5d4dfb97b286937982c4f629c7dd7815b004bd
Author: afercia <afercia@git.wordpress.org>
Date:   Thu Sep 10 09:04:47 2026 +0000

    General: Enable the JSDoc rule require-param-name.

    Also, sorts the rules alphabetically in `.eslintrc-jsdoc.js`.
    Part of the effort to improve JS inline documentation for 7.2.

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

    See #66033.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 39349af7c2..c5be0683ac 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63570';
+$wp_version = '7.2-alpha-63577';

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