Make WordPress Core

Changeset 33222


Ignore:
Timestamp:
07/13/2015 09:02:06 PM (10 years ago)
Author:
DrewAPicture
Message:

Add a missing $html parameter variable in the hook docs for the style_loader_tag filter.

See #32246. See #32891.

File:
1 edited

Legend:

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

    r32898 r33222  
    8787         * @since 4.3.0 Introduced the `$href` parameter.
    8888         *
    89          * @param string         The link tag for the enqueued style.
     89         * @param string $html   The link tag for the enqueued style.
    9090         * @param string $handle The style's registered handle.
    9191         * @param string $href   The stylesheet's source URL.
Note: See TracChangeset for help on using the changeset viewer.