Commit 5839961923 for wordpress.org
commit 5839961923369996f2a7adbd883c912f70a44829
Author: afercia <afercia@git.wordpress.org>
Date: Mon Sep 21 13:48:51 2026 +0000
General: Enable the JSDoc no blank blocks and descriptions rules.
Enables the following JSDoc rules:
- `jsdoc/no-blank-blocks`
- `jsdoc/no-blank-block-descriptions`
Part of the effort to improve JS inline documentation for 7.2.
Developed in https://github.com/WordPress/wordpress-develop/pull/13634
See #66033.
Built from https://develop.svn.wordpress.org/trunk@63769
git-svn-id: http://core.svn.wordpress.org/trunk@62941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index b91e0e1365..e54553a1b4 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63768';
+$wp_version = '7.2-alpha-63769';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.