From b211123173f8e18a558bbd1f58083b0063aef4bc Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sun, 15 Jan 2023 14:50:11 +0000 Subject: [PATCH] Docs: Improve `wp_style_add_data()` function description. This changeset removes an extra apostrophe in `wp_style_add_data()` DocBlock. Props lanacodes, ashrafulsarkar, SergeyBiryukov. Fixes #57466. See #56792. Built from https://develop.svn.wordpress.org/trunk@55071 git-svn-id: http://core.svn.wordpress.org/trunk@54604 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.wp-styles.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.