Make WordPress Core


Ignore:
Timestamp:
05/22/2016 05:23:13 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Remove several invalid inline @link tags from the DocBlock for wp_list_categories().

See #36910.

File:
1 edited

Legend:

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

    r37465 r37486  
    514514 *     @type string       $feed                  Text to use for the feed link. Default 'Feed for all posts filed
    515515 *                                               under [cat name]'.
    516  *     @type string       $feed_type             Feed type. Used to build feed link. See {@link get_term_feed_link()}.
     516 *     @type string       $feed_type             Feed type. Used to build feed link. See get_term_feed_link().
    517517 *                                               Default empty string (default feed).
    518518 *     @type string       $feed_image            URL of an image to use for the feed link. Default empty string.
    519  *     @type int          $child_of              Term ID to retrieve child terms of. See {@link get_terms()}. Default 0.
     519 *     @type int          $child_of              Term ID to retrieve child terms of. See get_terms(). Default 0.
    520520 *     @type array|string $exclude               Array or comma/space-separated string of term IDs to exclude.
    521521 *                                               If `$hierarchical` is true, descendants of `$exclude` terms will also
    522  *                                               be excluded; see `$exclude_tree`. See {@link get_terms()}.
     522 *                                               be excluded; see `$exclude_tree`. See get_terms().
    523523 *                                               Default empty string.
    524524 *     @type array|string $exclude_tree          Array or comma/space-separated string of term IDs to exclude, along
    525  *                                               with their descendants. See {@link get_terms()}. Default empty string.
     525 *                                               with their descendants. See get_terms(). Default empty string.
    526526 *     @type bool|int     $echo                  True to echo markup, false to return it. Default 1.
    527527 *     @type int|array    $current_category      ID of category, or array of IDs of categories, that should get the
    528528 *                                               'current-cat' class. Default 0.
    529529 *     @type bool         $hierarchical          Whether to include terms that have non-empty descendants.
    530  *                                               See {@link get_terms()}. Default true.
     530 *                                               See get_terms(). Default true.
    531531 *     @type string       $title_li              Text to use for the list title `<li>` element. Pass an empty string
    532532 *                                               to disable. Default 'Categories'.
Note: See TracChangeset for help on using the changeset viewer.