Make WordPress Core

Changeset 62778


Ignore:
Timestamp:
07/17/2026 04:47:26 PM (2 months 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.

Backports [62777] to the 7.0 branch.

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

Location:
branches/7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

  • branches/7.0/src/wp-admin/includes/update-core.php

    r62385 r62778  
    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.