Improve performance of `wp_list_pages()` tests.

The changeset also removes the use of hardcoded post/author IDs.

Props frank-klein.
Fixes #42903.
Built from https://develop.svn.wordpress.org/trunk@42402


git-svn-id: http://core.svn.wordpress.org/trunk@42231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2017-12-15 11:15:46 +00:00
parent 6da54f0d9b
commit 36498bd601
1 changed files with 1 additions and 1 deletions

View File

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