Make WordPress Core

Ticket #52348: 52348.diff

File 52348.diff, 862 bytes (added by audrasjb, 4 years ago)
  • src/wp-includes/category-template.php

    diff --git a/src/wp-includes/category-template.php b/src/wp-includes/category-template.php
    index 5a62cc8b3b..5af7173a9d 100644
    a b function wp_list_categories( $args = '' ) { 
    689689 *     and get_terms() for the full lists of arguments that can be passed in `$args`.
    690690 *
    691691 *     @type int    $number    The number of tags to display. Accepts any positive integer
    692  *                             or zero to return all. Default 0 (all tags).
     692 *                             or zero to return all. Default 45.
    693693 *     @type string $link      Whether to display term editing links or term permalinks.
    694694 *                             Accepts 'edit' and 'view'. Default 'view'.
    695695 *     @type string $post_type The post type. Used to highlight the proper post type menu