Coding Standards: Remove extra whitespace in `wp-admin/includes/image-edit.php`.

See #47632.
Built from https://develop.svn.wordpress.org/trunk@45616


git-svn-id: http://core.svn.wordpress.org/trunk@45427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-07-09 21:05:57 +00:00
parent 6a696f6051
commit 9a5f538153
2 changed files with 20 additions and 20 deletions

View File

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