Upgrade: Add `wp-includes/js/tinymce/plugins/wpembed` to `$_old_files`.
See #39513. Fixes #40942. Built from https://develop.svn.wordpress.org/trunk@40879 git-svn-id: http://core.svn.wordpress.org/trunk@40729 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1d34043e8c
commit
ec0918a6a7
|
@ -706,6 +706,7 @@ $_old_files = array(
|
|||
// 4.6
|
||||
'wp-admin/includes/class-wp-automatic-upgrader.php', // Wrong file name, see #37628.
|
||||
// 4.8
|
||||
'wp-includes/js/tinymce/plugins/wpembed',
|
||||
'wp-includes/js/tinymce/plugins/media/moxieplayer.swf',
|
||||
'wp-includes/js/tinymce/skins/lightgray/fonts/readme.md',
|
||||
'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.json',
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-40877';
|
||||
$wp_version = '4.9-alpha-40879';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue