Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62165


Ignore:
Timestamp:
10/04/2024 09:07:46 AM (20 months ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62165

    • Property Milestone changed from Awaiting Review to 6.7
  • Ticket #62165 – Description

    initial v1  
    33I hope I was able to debug / hypothesize this issue correctly.
    44
    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()`.
     5In #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()`.
    66
    77I ''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.