mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Upgrade/Install: Add files for 5.8 to the $_old_files list that were missed.
Follow up to [51133], [51459]. Props WFMattR, audrasjb, ocean90, johnbillion, pbiron. Merges [51497] to the 5.8 branch. Fixes #53702. Built from https://develop.svn.wordpress.org/branches/5.8@51509 git-svn-id: http://core.svn.wordpress.org/branches/5.8@51120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
94da59e312
commit
89bd77009b
|
|
@ -822,6 +822,10 @@ $_old_files = array(
|
|||
'wp-includes/block-patterns/large-header-button.php',
|
||||
'wp-includes/blocks/subhead/block.json',
|
||||
'wp-includes/blocks/subhead',
|
||||
'wp-includes/css/dist/editor/editor-styles.css',
|
||||
'wp-includes/css/dist/editor/editor-styles.min.css',
|
||||
'wp-includes/css/dist/editor/editor-styles-rtl.css',
|
||||
'wp-includes/css/dist/editor/editor-styles-rtl.min.css',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8.1-alpha-51508';
|
||||
$wp_version = '5.8.1-alpha-51509';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user