Themes: Remove unused code fragment from wp-admin/themes.php.

Follow-up to [25666], [26141].

Props mukesh27, rkradadiya.
Fixes #53005.
Built from https://develop.svn.wordpress.org/trunk@50694


git-svn-id: http://core.svn.wordpress.org/trunk@50303 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-04-09 11:49:05 +00:00
parent bdacea193a
commit 68b73d3696
2 changed files with 2 additions and 11 deletions

View File

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