From 124a4a9773d1513b3dd3c8c7e296c95eb2612025 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sun, 15 Jan 2023 14:48:03 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@55071 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.wp-styles.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.wp-styles.php b/src/wp-includes/functions.wp-styles.php index 1dba9311b0..8b7f4595c3 100644 --- a/src/wp-includes/functions.wp-styles.php +++ b/src/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() *