Docs: Document default values for optional parameters in various DocBlocks.
Props paulkevan, costdev, audrasjb, SergeyBiryukov. See #56792. Built from https://develop.svn.wordpress.org/trunk@55398 git-svn-id: http://core.svn.wordpress.org/trunk@54931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2159,7 +2159,7 @@ function _get_comment_reply_id( $post = null ) {
|
||||
* @type bool $short_ping Whether to output short pings. Default false.
|
||||
* @type bool $echo Whether to echo the output or return it. Default true.
|
||||
* }
|
||||
* @param WP_Comment[] $comments Optional. Array of WP_Comment objects.
|
||||
* @param WP_Comment[] $comments Optional. Array of WP_Comment objects. Default null.
|
||||
* @return void|string Void if 'echo' argument is true, or no comments to list.
|
||||
* Otherwise, HTML list of comments.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user