diff options
Diffstat (limited to 'src/wp-includes/theme.php')
-rw-r--r-- | src/wp-includes/theme.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index b4a71d855a..0727086aee 100644 --- a/src/wp-includes/theme.php +++ b/src/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() { |