Make WordPress Core

Changeset 52638


Ignore:
Timestamp:
01/24/2022 06:33:06 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Upgrade/Install: Update $_old_files for 5.9.

Props davidbaumwald, hellofromTonya, SergeyBiryukov.
Merges [52637] to the 5.9 branch.
Fixes #54894.

Location:
branches/5.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.9

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

    r52199 r52638  
    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.