From 009e4748bcf78d1d648075c00908693f0d753005 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Mon, 7 Jun 2021 23:14:54 +0000 Subject: [PATCH] Coding Standards: Extraneous white space at end of line. Fixes a minor coding standards issue. Follow up to [51082]. See #51189. git-svn-id: https://develop.svn.wordpress.org/trunk@51084 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/comment-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/comment-template.php b/src/wp-includes/comment-template.php index b189970d58..7db8575e70 100644 --- a/src/wp-includes/comment-template.php +++ b/src/wp-includes/comment-template.php @@ -1647,7 +1647,7 @@ function comments_popup_link( $zero = false, $one = false, $more = false, $css_c * * @since 2.7.0 * @since 4.4.0 Added the ability for `$comment` to also accept a WP_Comment object. - * + * * @param array $args { * Optional. Override default arguments. *