Make WordPress Core


Ignore:
Timestamp:
08/27/2018 02:27:22 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve various inline documentation.

See #42505

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r43571 r43582  
    29052905
    29062906    /**
    2907      * Filters the site icon meta tags, so Plugins can add their own.
     2907     * Filters the site icon meta tags, so plugins can add their own.
    29082908     *
    29092909     * @since 4.3.0
    29102910     *
    2911      * @param array $meta_tags Site Icon meta elements.
     2911     * @param string[] $meta_tags Array of Site Icon meta tags.
    29122912     */
    29132913    $meta_tags = apply_filters( 'site_icon_meta_tags', $meta_tags );
Note: See TracChangeset for help on using the changeset viewer.