Tests: Give the tests for adding empty post meta values more consistent names.

One of these was previously renamed to mention `update_metadata_by_mid()`.

While `update_metadata_by_mid()` is indeed called in `wp_ajax_add_meta()` to update an existing meta value, the functionality change that the test intended to verify was in the latter function.

Follow-up to [44153], [53561].

See #55652.
Built from https://develop.svn.wordpress.org/trunk@53572


git-svn-id: http://core.svn.wordpress.org/trunk@53161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2022-06-24 14:43:11 +00:00
parent 816325b9b8
commit d0588e2f1b

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-53571';
$wp_version = '6.1-alpha-53572';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.