diff --git a/wp-includes/functions.wp-styles.php b/wp-includes/functions.wp-styles.php index 1dba9311b0..8b7f4595c3 100644 --- a/wp-includes/functions.wp-styles.php +++ b/wp-includes/functions.wp-styles.php @@ -226,7 +226,7 @@ function wp_style_is( $handle, $status = 'enqueued' ) { * 'alt' bool For rel="alternate stylesheet". * 'title' string For preferred/alternate stylesheets. * 'path' string The absolute path to a stylesheet. Stylesheet will - * load inline when 'path'' is set. + * load inline when 'path' is set. * * @see WP_Dependencies::add_data() * diff --git a/wp-includes/version.php b/wp-includes/version.php index 3e335f264b..41446d6e21 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55070'; +$wp_version = '6.2-alpha-55071'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.