Coding Standards: Fix newlines in wp-includes/date.php.

See #47775.
Built from https://develop.svn.wordpress.org/trunk@45679


git-svn-id: http://core.svn.wordpress.org/trunk@45490 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-07-26 00:12:55 +00:00
parent cff445d55f
commit dae07c8216

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-alpha-45678';
$wp_version = '5.3-alpha-45679';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.