Twenty Nineteen: Apply coding standards fix from running composer format.

Follow up to [52149].

See .

git-svn-id: https://develop.svn.wordpress.org/trunk@52182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers 2021-11-16 15:01:37 +00:00
parent a125f5e87f
commit a53e6bb7e0

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