Make WordPress Core

Changeset 51133


Ignore:
Timestamp:
06/09/2021 03:53:49 PM (3 years ago)
Author:
desrosj
Message:

Upgrade/Install: Update the $_old_files list for 5.8.

Follow up to [50761], [50794], [51021].
Props kapilpaul, desrosj.
See #52991, #52846, #53246.
Fixes #53367.

File:
1 edited

Legend:

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

    r50785 r51133  
    804804    // 5.7
    805805    'wp-includes/blocks/classic/block.json',
     806    // 5.8
     807    'wp-includes/block-patterns/large-header.php',
     808    'wp-includes/block-patterns/heading-paragraph.php',
     809    'wp-includes/block-patterns/quote.php',
     810    'wp-includes/block-patterns/text-three-columns-buttons.php',
     811    'wp-includes/block-patterns/two-buttons.php',
     812    'wp-includes/block-patterns/two-images.php',
     813    'wp-includes/block-patterns/three-buttons.php',
     814    'wp-includes/block-patterns/text-two-columns-with-images.php',
     815    'wp-includes/block-patterns/text-two-columns.php',
     816    'wp-includes/block-patterns/large-header-button.php',
     817    'wp-includes/blocks/subhead/block.json',
     818    'wp-includes/blocks/subhead',
     819    'wp-includes/css/dist/editor/editor-styles.min.css',
     820    'wp-includes/css/dist/editor/editor-styles-rtl.css',
     821    'wp-includes/css/dist/editor/editor-styles-rtl.min.css',
     822    'wp-includes/css/dist/editor/editor-styles.css',
    806823);
    807824
Note: See TracChangeset for help on using the changeset viewer.