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