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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user