Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:51:52 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #51800

File:
1 edited

Legend:

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

    r49672 r49789  
    17011701 *
    17021702 * @param bool         $in_same_term   Optional. Whether post should be in a same taxonomy term. Default false.
    1703  * @param int[]|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. Default empty.
     1703 * @param int[]|string $excluded_terms Optional. Array or comma-separated list of excluded term IDs. Default empty string.
    17041704 * @param bool         $previous       Optional. Whether to retrieve previous post. Default true
    17051705 * @param string       $taxonomy       Optional. Taxonomy, if $in_same_term is true. Default 'category'.
     
    17491749     * @since 4.4.0
    17501750     *
    1751      * @param array $excluded_terms Array of excluded term IDs.
     1751     * @param array|string $excluded_terms Array of excluded term IDs. Empty string if none were provided.
    17521752     */
    17531753    $excluded_terms = apply_filters( "get_{$adjacent}_post_excluded_terms", $excluded_terms );
Note: See TracChangeset for help on using the changeset viewer.