diff --git a/wp-content/themes/twentynineteen/inc/template-tags.php b/wp-content/themes/twentynineteen/inc/template-tags.php index a74ee5c9d7..f73586506e 100644 --- a/wp-content/themes/twentynineteen/inc/template-tags.php +++ b/wp-content/themes/twentynineteen/inc/template-tags.php @@ -208,7 +208,7 @@ if ( ! function_exists( 'twentynineteen_comment_form' ) ) : comment_form( array( - 'title_reply' => null, + 'title_reply' => null, ) ); } diff --git a/wp-includes/version.php b/wp-includes/version.php index db2f6ffe54..9c44bfa5c5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52181'; +$wp_version = '5.9-alpha-52182'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.