Tests: Remove duplicate `wp_list_pluck()` tests.

The tests were partially duplicated in two separate files, and are now located in their own file.

Follow-up to [431/tests], [28900], [38928], [42527], [51663].

See #53363, #53987.
Built from https://develop.svn.wordpress.org/trunk@51664


git-svn-id: http://core.svn.wordpress.org/trunk@51270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-08-26 16:03:57 +00:00
parent a9cff26ae7
commit 18ef0d4252
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51663';
$wp_version = '5.9-alpha-51664';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.