Make WordPress Core

Changeset 50451


Ignore:
Timestamp:
02/27/2021 05:57:03 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use correct variable in the style_loader_tag filter DocBlock.

Follow-up to [46088].

Props rima1889.
Fixes #52673.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class.wp-styles.php

    r47769 r50451  
    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.
Note: See TracChangeset for help on using the changeset viewer.