mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-13 11:41:34 +01:00
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:
parent
882ab89172
commit
439478f087
@ -706,6 +706,7 @@ $_old_files = array(
|
|||||||
// 4.6
|
// 4.6
|
||||||
'wp-admin/includes/class-wp-automatic-upgrader.php', // Wrong file name, see #37628.
|
'wp-admin/includes/class-wp-automatic-upgrader.php', // Wrong file name, see #37628.
|
||||||
// 4.8
|
// 4.8
|
||||||
|
'wp-includes/js/tinymce/plugins/wpembed',
|
||||||
'wp-includes/js/tinymce/plugins/media/moxieplayer.swf',
|
'wp-includes/js/tinymce/plugins/media/moxieplayer.swf',
|
||||||
'wp-includes/js/tinymce/skins/lightgray/fonts/readme.md',
|
'wp-includes/js/tinymce/skins/lightgray/fonts/readme.md',
|
||||||
'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.json',
|
'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.json',
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user