Remove references to still-existing files from the old files array. see #20980.
git-svn-id: http://core.svn.wordpress.org/trunk@21594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
aec38ee1af
commit
33d56c303c
|
@ -439,8 +439,6 @@ $_old_files = array(
|
|||
'wp-includes/images/upload.png',
|
||||
'wp-includes/js/prototype.js',
|
||||
'wp-includes/js/scriptaculous',
|
||||
// Don't delete, yet: 'wp-admin/images/media-button-music.gif',
|
||||
// Don't delete, yet: 'wp-admin/images/media-button-other.gif',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue