From a2323a0c6316d21754ddbb5a045541ad5926d1ad Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 16 Nov 2021 15:03:00 +0000 Subject: [PATCH] Twenty Nineteen: Apply coding standards fix from running `composer format`. Follow up to [52149]. See #54392. Built from https://develop.svn.wordpress.org/trunk@52182 git-svn-id: http://core.svn.wordpress.org/trunk@51774 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentynineteen/inc/template-tags.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.