Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54546, comment 15


Ignore:
Timestamp:
12/01/2021 08:42:55 PM (4 years ago)
Author:
hellofromTonya
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54546, comment 15

    initial v1  
    44Yes that is what is expected to happen. The point of the test was to validate that the "to" (i.e. 5.9.0) `wp-admin/includes/update-core.php` was loaded into memory and being executed. The fact that the older version of Gutenberg was deactivated proves that 5.9's version of `update-core.php` was the file being executed.
    55
    6 Why did we do that check? Because the older versions of HTTP and Requests were the ones being executed in memory. We needed to figure out if the Updater was able older (i.e. the "from" version) or the new 5.9.0 version.
     6Why did we do that check? Because the older versions of HTTP and Requests were the ones being executed in memory. We needed to figure out if the Updater was the older (i.e. the "from" version) or the new 5.9.0 version.