Don't run get_page_of_comment() cache test on Multisite.

`get_page_of_comment()` uses `get_option()`, and WP_INSTALLING earlier in the
test suite causes `get_option()` to miss the cache. See #31130.

See #11334.
Built from https://develop.svn.wordpress.org/trunk@34540


git-svn-id: http://core.svn.wordpress.org/trunk@34504 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-09-25 13:55:25 +00:00
parent fa58223b49
commit 1de01f31bc

View File

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