From 82f31a97cbdb53b0ce24815645324714c8965480 Mon Sep 17 00:00:00 2001 From: joedolson Date: Mon, 7 Jun 2021 23:15:58 +0000 Subject: [PATCH] Coding Standards: Extraneous white space at end of line. Fixes a minor coding standards issue. Follow up to [51082]. See #51189. Built from https://develop.svn.wordpress.org/trunk@51084 git-svn-id: http://core.svn.wordpress.org/trunk@50693 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/comment-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/comment-template.php b/wp-includes/comment-template.php index b189970d58..7db8575e70 100644 --- a/wp-includes/comment-template.php +++ b/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. * diff --git a/wp-includes/version.php b/wp-includes/version.php index d836b36f24..54e817077d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-51083'; +$wp_version = '5.8-alpha-51084'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.