Make WordPress Core

Changeset 62777


Ignore:
Timestamp:
07/17/2026 04:45:33 PM (4 weeks ago)
Author:
desrosj
Message:

General: Update $_old_files list for 7.0.2.

The files being added to $_old_files in this change were previously removed in [62334] and [62337]. However, they remained in the core.svn.wordpress.org repository due to a bug on the build server. That has been fixed and the files have been removed as expected, so they must be added to the list of old files.

Props johnbillion, jorbin, desrosj, sergeybiryukov.
Fixes #65325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update-core.php

    r62384 r62777  
    898898        'wp-includes/js/dist/script-modules/interactivity/debug.min.js',
    899899        'wp-includes/js/dist/vendor/react-jsx-runtime.min.js.LICENSE.txt',
     900        // 7.0.2
     901        'wp-includes/collaboration',
     902        'wp-includes/js/dist/sync.js'.
     903        'wp-includes/js/dist/sync.min.js',
    900904);
    901905
Note: See TracChangeset for help on using the changeset viewer.