Make WordPress Core

Changeset 59210


Ignore:
Timestamp:
10/10/2024 05:59:44 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Twenty Fourteen: Document the $args parameter in Featured_Content::hide_featured_term().

Follow-up to [25808], [26556], [28536].

Props parthvataliya.
See #62183.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/featured-content.php

    r57987 r59210  
    281281     * @param array $terms      List of term objects. This is the return value of get_terms().
    282282     * @param array $taxonomies An array of taxonomy slugs.
     283     * @param array $args       An array of get_terms() arguments.
    283284     * @return array A filtered array of terms.
    284285     *
Note: See TracChangeset for help on using the changeset viewer.