From 564b008f673e3fb86415d8e1ba0a8653c0343a1c Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 24 Oct 2013 19:27:09 +0000 Subject: [PATCH] Add editimage.min.js to $_old_files. see #24999. Built from https://develop.svn.wordpress.org/trunk@25897 git-svn-id: http://core.svn.wordpress.org/trunk@25809 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 8c5cd28c7a..52ef1fd449 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -561,6 +561,7 @@ $_old_files = array( // 3.7 'wp-admin/js/cat.js', 'wp-admin/js/cat.min.js', +'wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.min.js', ); /**