Make WordPress Core

Ticket #52673: 52673.patch

File 52673.patch, 689 bytes (added by rima1889, 4 years ago)

Created Patch

  • src/wp-includes/class.wp-styles.php

    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 { 
    243243                 * @since 4.3.0 Introduced the `$href` parameter.
    244244                 * @since 4.5.0 Introduced the `$media` parameter.
    245245                 *
    246                  * @param string $html   The link tag for the enqueued style.
     246                 * @param string $tag   The link tag for the enqueued style.
    247247                 * @param string $handle The style's registered handle.
    248248                 * @param string $href   The stylesheet's source URL.
    249249                 * @param string $media  The stylesheet's media attribute.