Twenty Nineteen: Document the `$defaults` parameter in `twentynineteen_comment_form_defaults()`.

Follow-up to [43808].

Props parthvataliya.
See #62183.
Built from https://develop.svn.wordpress.org/trunk@59218


git-svn-id: http://core.svn.wordpress.org/trunk@58611 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-10-11 22:26:15 +00:00
parent 8ec0909243
commit bdb722eed7
2 changed files with 3 additions and 1 deletions

View File

@ -57,6 +57,8 @@ add_action( 'wp_head', 'twentynineteen_pingback_header' );
/**
* Changes comment form default fields.
*
* @param array $defaults The default comment form arguments.
*/
function twentynineteen_comment_form_defaults( $defaults ) {
$comment_field = $defaults['comment_field'];

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.7-beta2-59217';
$wp_version = '6.7-beta2-59218';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.