Generate fewer default posts in wp_list_authors() tests.

Saves about 7 seconds when running the suite.

See #30017.
Built from https://develop.svn.wordpress.org/trunk@29992


git-svn-id: http://core.svn.wordpress.org/trunk@29734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2014-10-23 01:15:20 +00:00
parent 44b06991cb
commit 46c1c60e8d

View File

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