Changes between Initial Version and Version 1 of Ticket #54864
- Timestamp:
- 01/20/2022 11:05:22 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54864 – Description
initial v1 1 The object-cache file used in tests/phpunit/includes/object-cache.php is used in PHPUnit tests. In this file, there are references to `wp_cache_get_multi`. However, these functions do not exist in core. In WordPress 5.5, the `wp_cache_get_multiple` function . This function should be implemented in the object-cache.php file.1 The object-cache file used in tests/phpunit/includes/object-cache.php is used in PHPUnit tests. In this file, there are references to `wp_cache_get_multi`. However, these functions do not exist in core. In WordPress 5.5, the `wp_cache_get_multiple` function was added. This function should be implemented in the object-cache.php file.