Tests: Fix typo in a retrieve_widgets() test name.

Correct parameter description for `data_wp_widget_get_field_name()`.

Follow-up to [34780], [41555].

See #52625.
Built from https://develop.svn.wordpress.org/trunk@51140


git-svn-id: http://core.svn.wordpress.org/trunk@50749 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-06-13 16:28:58 +00:00
parent 39e041b877
commit 9f91305af2

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-beta1-51139';
$wp_version = '5.8-beta1-51140';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.