mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 05:31:25 +01:00
Upgrade/Install: Update $_old_files
for 6.1.
Props davidbaumwald, SergeyBiryukov. Fixes #56934. Built from https://develop.svn.wordpress.org/trunk@54730 git-svn-id: http://core.svn.wordpress.org/trunk@54282 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c7778a4962
commit
a3c18208a2
@ -845,6 +845,25 @@ $_old_files = array(
|
|||||||
'wp-includes/blocks/tag-cloud/editor-rtl.min.css',
|
'wp-includes/blocks/tag-cloud/editor-rtl.min.css',
|
||||||
// 6.0
|
// 6.0
|
||||||
'wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md',
|
'wp-content/themes/twentytwentytwo/assets/fonts/LICENSE.md',
|
||||||
|
// 6.1
|
||||||
|
'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer/_style.scss',
|
||||||
|
'wp-content/themes/twentytwentyone/assets/sass/05-blocks/spacer',
|
||||||
|
'wp-includes/blocks/post-comments.php',
|
||||||
|
'wp-includes/blocks/post-comments/block.json',
|
||||||
|
'wp-includes/blocks/post-comments/editor.css',
|
||||||
|
'wp-includes/blocks/post-comments/editor.min.css',
|
||||||
|
'wp-includes/blocks/post-comments/editor-rtl.css',
|
||||||
|
'wp-includes/blocks/post-comments/editor-rtl.min.css',
|
||||||
|
'wp-includes/blocks/post-comments/style.css',
|
||||||
|
'wp-includes/blocks/post-comments/style.min.css',
|
||||||
|
'wp-includes/blocks/post-comments/style-rtl.css',
|
||||||
|
'wp-includes/blocks/post-comments/style-rtl.min.css',
|
||||||
|
'wp-includes/blocks/post-comments',
|
||||||
|
'wp-includes/blocks/comments-query-loop/block.json',
|
||||||
|
'wp-includes/blocks/comments-query-loop/editor.css',
|
||||||
|
'wp-includes/blocks/comments-query-loop/editor.min.css',
|
||||||
|
'wp-includes/blocks/comments-query-loop/editor-rtl.css',
|
||||||
|
'wp-includes/blocks/comments-query-loop/editor-rtl.min.css',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.2-alpha-54729';
|
$wp_version = '6.2-alpha-54730';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user