Commit c012f14c0b for wordpress.org

commit c012f14c0b4d2362d1ff4e82ec9f0eadb9dd618f
Author: Sergey Biryukov <sergeybiryukov.ru@gmail.com>
Date:   Thu May 29 18:28:30 2025 +0000

    Docs: Document the `$wp_theme_directories` global in `wp_is_block_theme()`.

    Follow-up to [52069], [52330].

    Props upadalavipul.
    See #63496.
    Built from https://develop.svn.wordpress.org/trunk@60262


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

diff --git a/wp-includes/theme.php b/wp-includes/theme.php
index b4a71d855a..0727086aee 100644
--- a/wp-includes/theme.php
+++ b/wp-includes/theme.php
@@ -4349,6 +4349,8 @@ function create_initial_theme_features() {
  *
  * @since 5.9.0
  *
+ * @global string[] $wp_theme_directories
+ *
  * @return bool Whether the active theme is a block-based theme or not.
  */
 function wp_is_block_theme() {
diff --git a/wp-includes/version.php b/wp-includes/version.php
index c338f79318..e3a6a26f39 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '6.9-alpha-60261';
+$wp_version = '6.9-alpha-60262';

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