General: Some documentation and test improvements for the _wp_array_set():

* Update the function DocBlock per the documentation standards.
* Move the unit tests to a more appropriate place.
* Rename and reorder the tests for consistency with `_wp_array_get()` tests.

Follow-up to [50958], [50962], [50964].

See #53175, #52625.
Built from https://develop.svn.wordpress.org/trunk@50965


git-svn-id: http://core.svn.wordpress.org/trunk@50574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2021-05-24 12:25:55 +00:00
parent 935ab6ecca
commit 8f47c944d8
2 changed files with 14 additions and 4 deletions

View File

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