wordpress-develop
wordpress-develop copied to clipboard
Fix type of `wp_cache_set_last_changed()`
The timestamp for queries currently is stored as 0.91192600 1743003204, not as a numeric value. This makes it hard to compare, plus it consumes unnecessary bytes in the key name.
Trac ticket: https://core.trac.wordpress.org/ticket/63194
This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.