Make WordPress Core


Ignore:
Timestamp:
04/14/2025 03:26:10 PM (6 months ago)
Author:
audrasjb
Message:

Upgrade/Install: Update the $_old_files array for 6.8.

Reviewed by joemcgill.

Location:
branches/6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

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

    r59956 r60163  
    829829    'wp-includes/SimplePie/Parse/',
    830830    'wp-includes/SimplePie/XML/',
     831    // 6.8
     832    'wp-includes/blocks/post-content/editor.css',
     833    'wp-includes/blocks/post-content/editor.min.css',
     834    'wp-includes/blocks/post-content/editor-rtl.css',
     835    'wp-includes/blocks/post-content/editor-rtl.min.css',
     836    'wp-includes/blocks/post-template/editor.css',
     837    'wp-includes/blocks/post-template/editor.min.css',
     838    'wp-includes/blocks/post-template/editor-rtl.css',
     839    'wp-includes/blocks/post-template/editor-rtl.min.css',
     840    'wp-includes/js/dist/undo-manager.js',
     841    'wp-includes/js/dist/undo-manager.min.js',
     842    'wp-includes/js/dist/fields.min.js',
     843    'wp-includes/js/dist/fields.js',
    831844);
    832845
Note: See TracChangeset for help on using the changeset viewer.