Changes between Version 3 and Version 4 of Ticket #60638, comment 20
- Timestamp:
- 01/07/2025 12:15:44 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60638, comment 20
v3 v4 8 8 * https://github.com/WordPress/wordpress-develop/blob/4a9a928dbcd1c91d3633c8de51614dd90d8ea0ac/src/wp-includes/pluggable.php#L770-L772 9 9 * https://github.com/WordPress/wordpress-develop/blob/4a9a928dbcd1c91d3633c8de51614dd90d8ea0ac/src/wp-includes/pluggable.php#L873-L875 10 * https://github.com/WordPress/wordpress-develop/blob/4a9a928dbcd1c91d3633c8de51614dd90d8ea0ac/src/wp-includes/class-wp-session-tokens.php#L71-L76 10 11 11 12 We might need to fall back to `md5()` when `hash()` isn't available.