Make WordPress Core


Ignore:
Timestamp:
02/21/2023 04:37:03 PM (14 months ago)
Author:
SergeyBiryukov
Message:

Docs: Document default values for optional parameters in various DocBlocks.

Props paulkevan, costdev, audrasjb, SergeyBiryukov.
See #56792.

File:
1 edited

Legend:

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

    r55395 r55398  
    21602160 *     @type bool     $echo              Whether to echo the output or return it. Default true.
    21612161 * }
    2162  * @param WP_Comment[] $comments Optional. Array of WP_Comment objects.
     2162 * @param WP_Comment[] $comments Optional. Array of WP_Comment objects. Default null.
    21632163 * @return void|string Void if 'echo' argument is true, or no comments to list.
    21642164 *                     Otherwise, HTML list of comments.
Note: See TracChangeset for help on using the changeset viewer.