diff --git a/src/wp-includes/class.wp-styles.php b/src/wp-includes/class.wp-styles.php
index 2a4780222a..820d4931eb 100644
a
|
b
|
class WP_Styles extends WP_Dependencies { |
243 | 243 | * @since 4.3.0 Introduced the `$href` parameter. |
244 | 244 | * @since 4.5.0 Introduced the `$media` parameter. |
245 | 245 | * |
246 | | * @param string $html The link tag for the enqueued style. |
| 246 | * @param string $tag The link tag for the enqueued style. |
247 | 247 | * @param string $handle The style's registered handle. |
248 | 248 | * @param string $href The stylesheet's source URL. |
249 | 249 | * @param string $media The stylesheet's media attribute. |