Changes between Initial Version and Version 1 of Ticket #62165
- Timestamp:
- 10/04/2024 09:07:46 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #62165
-
Property
Milestone
changed from
Awaiting Reviewto6.7
-
Property
Milestone
changed from
-
Ticket #62165 – Description
initial v1 3 3 I hope I was able to debug / hypothesize this issue correctly. 4 4 5 In [https://core.trac.wordpress.org/ticket/61627 #61627]a new method `wp_get_wp_version()` was introduced and simultaneously used in `src/wp-admin/includes/update-core.php` for `_preload_old_requests_classes_and_interfaces()`.5 In #61627 a new method `wp_get_wp_version()` was introduced and simultaneously used in `src/wp-admin/includes/update-core.php` for `_preload_old_requests_classes_and_interfaces()`. 6 6 7 7 I ''think'' the new function is not yet loaded correctly during the update process because updating from a stable WordPress version to Nightly, either via WP-CLI or via the `WordPress Beta Tester` plugin, causes an Error.