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
This commit is contained in:
desrosj 2021-11-16 15:03:00 +00:00
parent 533afcd3b9
commit a2323a0c63
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ if ( ! function_exists( 'twentynineteen_comment_form' ) ) :
comment_form( comment_form(
array( array(
'title_reply' => null, 'title_reply' => null,
) )
); );
} }

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.