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
This commit is contained in:
joedolson 2021-06-07 23:15:58 +00:00
parent 637282bb0f
commit 82f31a97cb
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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.