Make WordPress Core

Changeset 52637 for trunk


Ignore:
Timestamp:
01/24/2022 06:23:00 PM (5 years ago)
Author:
davidbaumwald
Message:

Upgrade/Install: Update $_old_files for 5.9.

Props SergeyBiryukov, davidbaumwald.
Fixes #54894.

File:
1 edited

Legend:

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

    r52585 r52637  
    827827        'wp-includes/css/dist/editor/editor-styles-rtl.css',
    828828        'wp-includes/css/dist/editor/editor-styles-rtl.min.css',
     829        // 5.9
     830        'wp-includes/blocks/heading/editor.css',
     831        'wp-includes/blocks/heading/editor.min.css',
     832        'wp-includes/blocks/heading/editor-rtl.css',
     833        'wp-includes/blocks/heading/editor-rtl.min.css',
     834        'wp-includes/blocks/post-content/editor.css',
     835        'wp-includes/blocks/post-content/editor.min.css',
     836        'wp-includes/blocks/post-content/editor-rtl.css',
     837        'wp-includes/blocks/post-content/editor-rtl.min.css',
     838        'wp-includes/blocks/query-title/editor.css',
     839        'wp-includes/blocks/query-title/editor.min.css',
     840        'wp-includes/blocks/query-title/editor-rtl.css',
     841        'wp-includes/blocks/query-title/editor-rtl.min.css',
     842        'wp-includes/blocks/tag-cloud/editor.css',
     843        'wp-includes/blocks/tag-cloud/editor.min.css',
     844        'wp-includes/blocks/tag-cloud/editor-rtl.css',
     845        'wp-includes/blocks/tag-cloud/editor-rtl.min.css',
    829846);
    830847
Note: See TracChangeset for help on using the changeset viewer.