wordpress-develop icon indicating copy to clipboard operation
wordpress-develop copied to clipboard

Fix type of `wp_cache_set_last_changed()`

Open tillkruss opened this issue 7 months ago • 2 comments

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.

tillkruss avatar Mar 28 '25 20:03 tillkruss