Update `$_old_files` for 5.7.
Follow up to [50066]. See #52334. Built from https://develop.svn.wordpress.org/trunk@50510 git-svn-id: http://core.svn.wordpress.org/trunk@50123 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e2a19b5352
commit
a8b7cd17e0
|
@ -801,6 +801,8 @@ $_old_files = array(
|
|||
// 5.6
|
||||
'wp-includes/js/jquery/ui/position.min.js',
|
||||
'wp-includes/js/jquery/ui/widget.min.js',
|
||||
// 5.7
|
||||
'wp-includes/blocks/classic/block.json',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50507';
|
||||
$wp_version = '5.8-alpha-50510';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue