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
This commit is contained in:
Jb Audras
2023-01-15 14:48:03 +00:00
parent 3a63ed2939
commit 124a4a9773
+1 -1
View File
@@ -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()
*