Upgrade: Add wp-includes/js/tinymce/plugins/wpembed to $_old_files.

Merge of [40879] to the 4.8 branch.

See #39513, #40942.
Built from https://develop.svn.wordpress.org/branches/4.8@40880


git-svn-id: http://core.svn.wordpress.org/branches/4.8@40730 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2017-06-07 21:36:33 +00:00
parent 882ab89172
commit 439478f087
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.8-RC2-40878';
$wp_version = '4.8-RC2-40880';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.