Posts, Post Types: Fix themes tests broken in [39168]

[39168] introduced a new theme to the tests, but it wasn't taken into account in Tests_Theme_ThemeDir::test_theme_list.

See #38696.


Built from https://develop.svn.wordpress.org/trunk@39170


git-svn-id: http://core.svn.wordpress.org/trunk@39110 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Aaron Jorbin 2016-11-08 23:23:31 +00:00
parent 548ac82b06
commit 8ee1fe8cea

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta2-39169';
$wp_version = '4.7-beta2-39170';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.