Make WordPress Core


Ignore:
Timestamp:
01/03/2021 09:55:04 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections particularly relating to boolean types.

See #51800

File:
1 edited

Legend:

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

    r49693 r49926  
    816816 *                                                'DESC' (descending), or 'RAND' (random). Default 'ASC'.
    817817 *     @type int|bool $filter                     Whether to enable filtering of the final output
    818  *                                                via {@see 'wp_generate_tag_cloud'}. Default 1|true.
     818 *                                                via {@see 'wp_generate_tag_cloud'}. Default 1.
    819819 *     @type string   $topic_count_text           Nooped plural text from _n_noop() to supply to
    820820 *                                                tag counts. Default null.
Note: See TracChangeset for help on using the changeset viewer.