diff --git a/wp-content/themes/twentynineteen/inc/template-functions.php b/wp-content/themes/twentynineteen/inc/template-functions.php index b8bb5d5c93..c8fd03bf66 100644 --- a/wp-content/themes/twentynineteen/inc/template-functions.php +++ b/wp-content/themes/twentynineteen/inc/template-functions.php @@ -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']; diff --git a/wp-includes/version.php b/wp-includes/version.php index c31fcb4361..1e65ae7610 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.