Themes: Remove extra whitespace from wp-admin/includes/ajax-actions.php and wp-admin/includes/theme.php.

Follow-up to [47816].

See #48491.
Built from https://develop.svn.wordpress.org/trunk@47818


git-svn-id: http://core.svn.wordpress.org/trunk@47594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-05-18 12:55:06 +00:00
parent e445642243
commit 54cdfaef59
3 changed files with 5 additions and 5 deletions

View File

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