mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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()
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user