Build/Test Tools: Add support for is_front_page() to assertQueryTrue() and assert that all the tested conditions are supported by the method.

Fixes #37849

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


git-svn-id: http://core.svn.wordpress.org/trunk@38346 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2016-08-27 15:28:28 +00:00
parent ec83ce1a0c
commit 4739cc0075

View File

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