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 = '' ) { |
689 | 689 | * and get_terms() for the full lists of arguments that can be passed in `$args`. |
690 | 690 | * |
691 | 691 | * @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. |
693 | 693 | * @type string $link Whether to display term editing links or term permalinks. |
694 | 694 | * Accepts 'edit' and 'view'. Default 'view'. |
695 | 695 | * @type string $post_type The post type. Used to highlight the proper post type menu |