From 33d56c303c2306a37d1e3a3fb3de30568393e905 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Thu, 23 Aug 2012 00:58:43 +0000 Subject: [PATCH] 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 --- wp-admin/includes/update-core.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 2128bbd517..49fff4c224 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -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', ); /**