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
This commit is contained in:
audrasjb 2023-01-15 14:50:11 +00:00
parent 4fb871ef19
commit b211123173
2 changed files with 2 additions and 2 deletions

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()
*

View File

@ -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.