diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 1527c69819..c995b7d2e9 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -3188,6 +3188,7 @@ function wp_enqueue_stored_styles( $options = array() ) { * @type string[] $deps Array of registered stylesheet handles this stylesheet depends on. * @type string|bool|null $ver Stylesheet version number. * @type string $media The media for which this stylesheet has been defined. + * @type string|null $path Absolute path to the stylesheet, so that it can potentially be inlined. * } */ function wp_enqueue_block_style( $block_name, $args ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index cc890b01fe..76dc55c727 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta1-56753'; +$wp_version = '6.4-beta1-56754'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.