Themes: Move the test for post-formats theme support to a more appropriate place.

Follow-up to [49344].

See #51390.
Built from https://develop.svn.wordpress.org/trunk@49354


git-svn-id: http://core.svn.wordpress.org/trunk@49114 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-10-28 15:14:10 +00:00
parent e37d1acc1c
commit d0268b2b69
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-beta2-49353';
$wp_version = '5.6-beta2-49354';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.